Shades of Licorice #313745
Tints of Licorice #313745
RGB
CMYK
RGB Variations
Color information
#313745 (or 0x313745) is known color: Licorice. HEX triplet: 31, 37 and 45. RGB value is (49,55,69). Sum of RGB (Red+Green+Blue) = 49+55+69=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #313745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313745 is #CEC8BA. Grayscale: #363636. Windows color (decimal): -13551803 or 4536113. OLE color: 4536113.
HSL color Cylindrical-coordinate representation of color #313745: hue angle of 222º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313745 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 55 | 69 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.73 |
| HSL | 222º | 0.17% | 0.23% | - |
| HSV(B) | 222º | 0.29% | 0.27% | - |
| XYZ | 3.71 | 3.82 | 6.17 | - |
| YUV | 54.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 69 | 0.29 | 0.20 | 0 | 0.73 | 222 | 0.17 | 0.23 |
| Hex | 31 | 37 | 45 | 1D | 14 | 0 | 49 | DE | 11 | 17 |
| Octal | 61 | 67 | 105 | 35 | 24 | 0 | 111 | 336 | 21 | 27 |
| Binary | 110001 | 110111 | 1000101 | 11101 | 10100 | 0 | 1001001 | 11011110 | 10001 | 10111 |
Color Harmonies of #313745
Complementary color
Monochromatic Colors of #313745
Black with #313745
Text Example
Text Example
White with #313745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313745; }
p { color: rgb(49,55,69); }
H1.HeaderClassName
{
color: #313745;
}
.AnyTagClassName
{
color: #313745;
}
</style>
background-color css
<style>
a { background-color: #313745; }
a { background-color: rgb(49,55,69); }
div.DivClassName
{
background-color: #313745;
}
.BgClassName
{
background-color: #313745;
}
</style>
border-color css
<style>
span { border-color: #313745; }
span { border-color: rgb(49,55,69); }
td.TdClassName
{
border-color: #313745;
}
.TagClassName
{
border-color: #313745;
}
</style>