#2A1939

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

Shades of Blackcurrant #2A1939

Tints of Blackcurrant #2A1939

Color information

#2A1939 (or 0x2A1939) is unknown color: approx Blackcurrant. HEX triplet: 2A, 19 and 39. RGB value is (42,25,57). Sum of RGB (Red+Green+Blue) = 42+25+57=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #2A1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1939 is #D5E6C6. Grayscale: #212121. Windows color (decimal): -14018247 or 3741994. OLE color: 3741994.

HSL color Cylindrical-coordinate representation of color #2A1939: hue angle of 271.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A1939 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB422557-
CMYK0.260.5600.78
HSL271.88º39.02%16.08%-
HSV(B)271.88º56.14%22.35%-
XYZ2.041.484.05-
YUV33.73141.13133.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=33.87%
G=20.16%
B=45.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4225570.260.5600.78271.8839.0216.08
Hex2A19391A3804E1102710
Octal523171327001164204720
Binary10101011001111001110101110000100111010001000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,57); }

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

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

 a { background-color: rgb(42,25,57); }

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

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

 span { border-color: rgb(42,25,57); }

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