#313744

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

Shades of Licorice #313744

Tints of Licorice #313744

Color information

#313744 (or 0x313744) is unknown color: approx Licorice. HEX triplet: 31, 37 and 44. RGB value is (49,55,68). Sum of RGB (Red+Green+Blue) = 49+55+68=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #313744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313744 is #CEC8BB. Grayscale: #363636. Windows color (decimal): -13551804 or 4470577. OLE color: 4470577.

HSL color Cylindrical-coordinate representation of color #313744: hue angle of 221.05º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313744 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB495568-
CMYK0.280.1900.73
HSL221.05º16.24%22.94%-
HSV(B)221.05º27.94%26.67%-
XYZ3.683.86.01-
YUV54.69135.51123.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=28.49%
G=31.98%
B=39.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4955680.280.1900.73221.0516.2422.94
Hex3137441C13049dd1017
Octal6167104342301113352027
Binary1100011101111000100111001001101001001110111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313744; }

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

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

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

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

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

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

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

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