Shades of Licorice #31394C
Tints of Licorice #31394C
RGB
CMYK
RGB Variations
Color information
#31394C (or 0x31394C) is known color: 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
| RGB | 49 | 57 | 76 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.70 |
| HSL | 222.22º | 0.22% | 0.25% | - |
| HSV(B) | 222.22º | 0.36% | 0.3% | - |
| XYZ | 4.03 | 4.1 | 7.42 | - |
| YUV | 56.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 76 | 0.36 | 0.25 | 0 | 0.70 | 222.22 | 0.22 | 0.25 |
| Hex | 31 | 39 | 4C | 24 | 19 | 0 | 46 | DE | 16 | 19 |
| Octal | 61 | 71 | 114 | 44 | 31 | 0 | 106 | 336 | 26 | 31 |
| Binary | 110001 | 111001 | 1001100 | 100100 | 11001 | 0 | 1000110 | 11011110 | 10110 | 11001 |
Color Harmonies of #31394C
Complementary color
Monochromatic Colors of #31394C
Black with #31394C
Text Example
Text Example
White with #31394C
Text Example
Text Example
HTML Codes & Css Web 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>