#2E394D

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

Shades of Licorice #2E394D

Tints of Licorice #2E394D

Color information

#2E394D (or 0x2E394D) is unknown color: approx Licorice. HEX triplet: 2E, 39 and 4D. RGB value is (46,57,77). Sum of RGB (Red+Green+Blue) = 46+57+77=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E394D is #D1C6B2. Grayscale: #373737. Windows color (decimal): -13747891 or 5060910. OLE color: 5060910.

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

Color convert

RGB465777-
CMYK0.400.2600.70
HSL218.71º25.2%24.12%-
HSV(B)218.71º40.26%30.2%-
XYZ3.934.047.59-
YUV55.99139.86120.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=25.56%
G=31.67%
B=42.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4657770.400.2600.70218.7125.224.12
Hex2E394D281A046db1918
Octal5671115503201063333130
Binary10111011100110011011010001101001000110110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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