#2E1939

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

Shades of Blackcurrant #2E1939

Tints of Blackcurrant #2E1939

Color information

#2E1939 (or 0x2E1939) is unknown color: approx Blackcurrant. HEX triplet: 2E, 19 and 39. RGB value is (46,25,57). Sum of RGB (Red+Green+Blue) = 46+25+57=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1939 is #D1E6C6. Grayscale: #222222. Windows color (decimal): -13756103 or 3741998. OLE color: 3741998.

HSL color Cylindrical-coordinate representation of color #2E1939: hue angle of 279.38º 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 #2E1939 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB462557-
CMYK0.190.5600.78
HSL279.38º39.02%16.08%-
HSV(B)279.38º56.14%22.35%-
XYZ2.211.574.06-
YUV34.93140.46135.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.94%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 57 (22.66% from 255) = 44.53%
R=35.94%
G=19.53%
B=44.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4625570.190.5600.78279.3839.0216.08
Hex2E1939133804E1172710
Octal563171237001164274720
Binary10111011001111001100111110000100111010001011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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