Shades of Licorice #31394F
Tints of Licorice #31394F
RGB
CMYK
RGB Variations
Color information
#31394F (or 0x31394F) is known color: Licorice. HEX triplet: 31, 39 and 4F. RGB value is (49,57,79). Sum of RGB (Red+Green+Blue) = 49+57+79=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #31394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31394F is #CEC6B0. Grayscale: #393939. Windows color (decimal): -13551281 or 5191985. OLE color: 5191985.
HSL color Cylindrical-coordinate representation of color #31394F: hue angle of 224º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31394F is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 57 | 79 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.69 |
| HSL | 224º | 0.23% | 0.25% | - |
| HSV(B) | 224º | 0.38% | 0.31% | - |
| XYZ | 4.14 | 4.14 | 7.98 | - |
| YUV | 57.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 79 | 0.38 | 0.28 | 0 | 0.69 | 224 | 0.23 | 0.25 |
| Hex | 31 | 39 | 4F | 26 | 1C | 0 | 45 | E0 | 17 | 19 |
| Octal | 61 | 71 | 117 | 46 | 34 | 0 | 105 | 340 | 27 | 31 |
| Binary | 110001 | 111001 | 1001111 | 100110 | 11100 | 0 | 1000101 | 11100000 | 10111 | 11001 |
Color Harmonies of #31394F
Complementary color
Monochromatic Colors of #31394F
Black with #31394F
Text Example
Text Example
White with #31394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31394F; }
p { color: rgb(49,57,79); }
H1.HeaderClassName
{
color: #31394F;
}
.AnyTagClassName
{
color: #31394F;
}
</style>
background-color css
<style>
a { background-color: #31394F; }
a { background-color: rgb(49,57,79); }
div.DivClassName
{
background-color: #31394F;
}
.BgClassName
{
background-color: #31394F;
}
</style>
border-color css
<style>
span { border-color: #31394F; }
span { border-color: rgb(49,57,79); }
td.TdClassName
{
border-color: #31394F;
}
.TagClassName
{
border-color: #31394F;
}
</style>