#31394C

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

Shades of Licorice #31394C

Tints of Licorice #31394C

Color information

#31394C (or 0x31394C) is unknown color: approx Licorice. HEX triplet: 31, 39 and 4C. RGB value is (49,57,76). Sum of RGB (Red+Green+Blue) = 49+57+76=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #31394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31394C is #CEC6B3. Grayscale: #383838. Windows color (decimal): -13551284 or 4995377. OLE color: 4995377.

HSL color Cylindrical-coordinate representation of color #31394C: hue angle of 222.22º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31394C is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB495776-
CMYK0.360.2500.70
HSL222.22º21.6%24.51%-
HSV(B)222.22º35.53%29.8%-
XYZ4.034.17.42-
YUV56.77138.85122.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 57 (22.66% from 255) = 31.32%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=26.92%
G=31.32%
B=41.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4957760.360.2500.70222.2221.624.51
Hex31394C2419046de1619
Octal6171114443101063362631
Binary11000111100110011001001001100101000110110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31394C; }

 p { color: rgb(49,57,76); }

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

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

 a { background-color: rgb(49,57,76); }

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

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

 span { border-color: rgb(49,57,76); }

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