#2E3B48

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

Shades of Licorice #2E3B48

Tints of Licorice #2E3B48

Color information

#2E3B48 (or 0x2E3B48) is unknown color: approx Licorice. HEX triplet: 2E, 3B and 48. RGB value is (46,59,72). Sum of RGB (Red+Green+Blue) = 46+59+72=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B48 is #D1C4B7. Grayscale: #383838. Windows color (decimal): -13747384 or 4733742. OLE color: 4733742.

HSL color Cylindrical-coordinate representation of color #2E3B48: hue angle of 210º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E3B48 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB465972-
CMYK0.360.1800.72
HSL210º22.03%23.14%-
HSV(B)210º36.11%28.24%-
XYZ3.864.186.73-
YUV56.59136.69120.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.99%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=25.99%
G=33.33%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4659720.360.1800.7221022.0323.14
Hex2E3B482412048d21617
Octal5673110442201103222627
Binary10111011101110010001001001001001001000110100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,59,72); }

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

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

 a { background-color: rgb(46,59,72); }

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

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

 span { border-color: rgb(46,59,72); }

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