#2E374A

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

Shades of Licorice #2E374A

Tints of Licorice #2E374A

Color information

#2E374A (or 0x2E374A) is unknown color: approx Licorice. HEX triplet: 2E, 37 and 4A. RGB value is (46,55,74). Sum of RGB (Red+Green+Blue) = 46+55+74=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E374A is #D1C8B5. Grayscale: #363636. Windows color (decimal): -13748406 or 4863790. OLE color: 4863790.

HSL color Cylindrical-coordinate representation of color #2E374A: hue angle of 220.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E374A is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB465574-
CMYK0.380.2600.71
HSL220.71º23.33%23.53%-
HSV(B)220.71º37.84%29.02%-
XYZ3.733.817.02-
YUV54.47139.02121.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.29%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=26.29%
G=31.43%
B=42.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4655740.380.2600.71220.7123.3323.53
Hex2E374A261A047dd1718
Octal5667112463201073352730
Binary10111011011110010101001101101001000111110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,55,74); }

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

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

 a { background-color: rgb(46,55,74); }

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

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

 span { border-color: rgb(46,55,74); }

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