#313742

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

Shades of Licorice #313742

Tints of Licorice #313742

Color information

#313742 (or 0x313742) is unknown color: approx Licorice. HEX triplet: 31, 37 and 42. RGB value is (49,55,66). Sum of RGB (Red+Green+Blue) = 49+55+66=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #313742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313742 is #CEC8BD. Grayscale: #363636. Windows color (decimal): -13551806 or 4339505. OLE color: 4339505.

HSL color Cylindrical-coordinate representation of color #313742: hue angle of 218.82º 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 #313742 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB495566-
CMYK0.260.1700.74
HSL218.82º14.78%22.55%-
HSV(B)218.82º25.76%25.88%-
XYZ3.623.785.69-
YUV54.46134.51124.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=28.82%
G=32.35%
B=38.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4955660.260.1700.74218.8214.7822.55
Hex3137421A1104Adbf17
Octal6167102322101123331727
Binary110001110111100001011010100010100101011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313742; }

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

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

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

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

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

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

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

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