#313644

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

Shades of Licorice #313644

Tints of Licorice #313644

Color information

#313644 (or 0x313644) is unknown color: approx Licorice. HEX triplet: 31, 36 and 44. RGB value is (49,54,68). Sum of RGB (Red+Green+Blue) = 49+54+68=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 68 - color contains mainly: blue. Hex color #313644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313644 is #CEC9BB. Grayscale: #363636. Windows color (decimal): -13552060 or 4470321. OLE color: 4470321.

HSL color Cylindrical-coordinate representation of color #313644: hue angle of 224.21º 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 #313644 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB495468-
CMYK0.280.2100.73
HSL224.21º16.24%22.94%-
HSV(B)224.21º27.94%26.67%-
XYZ3.633.715.99-
YUV54.1135.84124.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 68 (26.95% from 255) = 39.77%
R=28.65%
G=31.58%
B=39.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4954680.280.2100.73224.2116.2422.94
Hex3136441C15049e01017
Octal6166104342501113402027
Binary1100011101101000100111001010101001001111000001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313644; }

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

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

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

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

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

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

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

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