#2E3645

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

Shades of Licorice #2E3645

Tints of Licorice #2E3645

Color information

#2E3645 (or 0x2E3645) is unknown color: approx Licorice. HEX triplet: 2E, 36 and 45. RGB value is (46,54,69). Sum of RGB (Red+Green+Blue) = 46+54+69=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E3645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3645 is #D1C9BA. Grayscale: #353535. Windows color (decimal): -13748667 or 4535854. OLE color: 4535854.

HSL color Cylindrical-coordinate representation of color #2E3645: hue angle of 219.13º 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 #2E3645 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB465469-
CMYK0.330.2200.73
HSL219.13º20%22.55%-
HSV(B)219.13º33.33%27.06%-
XYZ3.523.656.15-
YUV53.32136.85122.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=27.22%
G=31.95%
B=40.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4654690.330.2200.73219.132022.55
Hex2E36452116049db1417
Octal5666105412601113332427
Binary10111011011010001011000011011001001001110110111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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