#2E3945

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

Shades of Licorice #2E3945

Tints of Licorice #2E3945

Color information

#2E3945 (or 0x2E3945) is unknown color: approx Licorice. HEX triplet: 2E, 39 and 45. RGB value is (46,57,69). Sum of RGB (Red+Green+Blue) = 46+57+69=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E3945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3945 is #D1C6BA. Grayscale: #373737. Windows color (decimal): -13747899 or 4536622. OLE color: 4536622.

HSL color Cylindrical-coordinate representation of color #2E3945: hue angle of 211.3º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E3945 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB465769-
CMYK0.330.1700.73
HSL211.3º20%22.55%-
HSV(B)211.3º33.33%27.06%-
XYZ3.663.946.2-
YUV55.08135.86121.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=26.74%
G=33.14%
B=40.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4657690.330.1700.73211.32022.55
Hex2E39452111049d31417
Octal5671105412101113232427
Binary10111011100110001011000011000101001001110100111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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