#2E394C

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

Shades of Licorice #2E394C

Tints of Licorice #2E394C

Color information

#2E394C (or 0x2E394C) is unknown color: approx Licorice. HEX triplet: 2E, 39 and 4C. RGB value is (46,57,76). Sum of RGB (Red+Green+Blue) = 46+57+76=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E394C is #D1C6B3. Grayscale: #373737. Windows color (decimal): -13747892 or 4995374. OLE color: 4995374.

HSL color Cylindrical-coordinate representation of color #2E394C: hue angle of 218º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E394C is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB465776-
CMYK0.390.2500.70
HSL218º24.59%23.92%-
HSV(B)218º39.47%29.8%-
XYZ3.894.037.41-
YUV55.88139.36120.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.70%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=25.70%
G=31.84%
B=42.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4657760.390.2500.7021824.5923.92
Hex2E394C2719046da1918
Octal5671114473101063323130
Binary10111011100110011001001111100101000110110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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