#2A1148

Color #2A1148 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2A1148

Tints of Blackcurrant #2A1148

Color information

#2A1148 (or 0x2A1148) is unknown color: approx Blackcurrant. HEX triplet: 2A, 11 and 48. RGB value is (42,17,72). Sum of RGB (Red+Green+Blue) = 42+17+72=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1148 is #D5EEB7. Grayscale: #1E1E1E. Windows color (decimal): -14020280 or 4722986. OLE color: 4722986.

HSL color Cylindrical-coordinate representation of color #2A1148: hue angle of 267.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1148 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB421772-
CMYK0.420.7600.72
HSL267.27º61.8%17.45%-
HSV(B)267.27º76.39%28.24%-
XYZ2.321.366.27-
YUV30.74151.28136.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=32.06%
G=12.98%
B=54.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4217720.420.7600.72267.2761.817.45
Hex2A11482A4C04810b3e11
Octal52211105211401104137621
Binary10101010001100100010101010011000100100010000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1148; }

 p { color: rgb(42,17,72); }

 H1.HeaderClassName
 {
   color: #2A1148;
 }
 .AnyTagClassName
 {
   color: #2A1148;
 }
</style>
background-color css

<style>
 a { background-color: #2A1148; }

 a { background-color: rgb(42,17,72); }

 div.DivClassName
 {
   background-color: #2A1148;
 }
 .BgClassName
 {
   background-color: #2A1148;
 }
</style>
border-color css

<style>
 span { border-color: #2A1148; }

 span { border-color: rgb(42,17,72); }

 td.TdClassName
 {
   border-color: #2A1148;
 }
 .TagClassName
 {
   border-color: #2A1148;
 }
</style>