#313642

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

Shades of Licorice #313642

Tints of Licorice #313642

Color information

#313642 (or 0x313642) is unknown color: approx Licorice. HEX triplet: 31, 36 and 42. RGB value is (49,54,66). Sum of RGB (Red+Green+Blue) = 49+54+66=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #313642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313642 is #CEC9BD. Grayscale: #353535. Windows color (decimal): -13552062 or 4339249. OLE color: 4339249.

HSL color Cylindrical-coordinate representation of color #313642: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313642 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495466-
CMYK0.260.1800.74
HSL222.35º14.78%22.55%-
HSV(B)222.35º25.76%25.88%-
XYZ3.573.685.68-
YUV53.87134.84124.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=28.99%
G=31.95%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4954660.260.1800.74222.3514.7822.55
Hex3136421A1204Adef17
Octal6166102322201123361727
Binary110001110110100001011010100100100101011011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313642; }

 p { color: rgb(49,54,66); }

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

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

 a { background-color: rgb(49,54,66); }

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

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

 span { border-color: rgb(49,54,66); }

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