#2E3A48

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

Shades of Licorice #2E3A48

Tints of Licorice #2E3A48

Color information

#2E3A48 (or 0x2E3A48) is unknown color: approx Licorice. HEX triplet: 2E, 3A and 48. RGB value is (46,58,72). Sum of RGB (Red+Green+Blue) = 46+58+72=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A48 is #D1C5B7. Grayscale: #373737. Windows color (decimal): -13747640 or 4733486. OLE color: 4733486.

HSL color Cylindrical-coordinate representation of color #2E3A48: hue angle of 212.31º 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 #2E3A48 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB465872-
CMYK0.360.1900.72
HSL212.31º22.03%23.14%-
HSV(B)212.31º36.11%28.24%-
XYZ3.814.076.72-
YUV56.01137.02120.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=26.14%
G=32.95%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4658720.360.1900.72212.3122.0323.14
Hex2E3A482413048d41617
Octal5672110442301103242627
Binary10111011101010010001001001001101001000110101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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