Shades of Licorice #313A45
Tints of Licorice #313A45
RGB
CMYK
RGB Variations
Color information
#313A45 (or 0x313A45) is known color: Licorice. HEX triplet: 31, 3A and 45. RGB value is (49,58,69). Sum of RGB (Red+Green+Blue) = 49+58+69=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 69 - color contains mainly: blue. Hex color #313A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A45 is #CEC5BA. Grayscale: #383838. Windows color (decimal): -13551035 or 4536881. OLE color: 4536881.
HSL color Cylindrical-coordinate representation of color #313A45: hue angle of 213º 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 #313A45 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 58 | 69 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.73 |
| HSL | 213º | 0.17% | 0.23% | - |
| HSV(B) | 213º | 0.29% | 0.27% | - |
| XYZ | 3.85 | 4.11 | 6.22 | - |
| YUV | 56.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 69 | 0.29 | 0.16 | 0 | 0.73 | 213 | 0.17 | 0.23 |
| Hex | 31 | 3A | 45 | 1D | 10 | 0 | 49 | D5 | 11 | 17 |
| Octal | 61 | 72 | 105 | 35 | 20 | 0 | 111 | 325 | 21 | 27 |
| Binary | 110001 | 111010 | 1000101 | 11101 | 10000 | 0 | 1001001 | 11010101 | 10001 | 10111 |
Color Harmonies of #313A45
Complementary color
Monochromatic Colors of #313A45
Black with #313A45
Text Example
Text Example
White with #313A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A45; }
p { color: rgb(49,58,69); }
H1.HeaderClassName
{
color: #313A45;
}
.AnyTagClassName
{
color: #313A45;
}
</style>
background-color css
<style>
a { background-color: #313A45; }
a { background-color: rgb(49,58,69); }
div.DivClassName
{
background-color: #313A45;
}
.BgClassName
{
background-color: #313A45;
}
</style>
border-color css
<style>
span { border-color: #313A45; }
span { border-color: rgb(49,58,69); }
td.TdClassName
{
border-color: #313A45;
}
.TagClassName
{
border-color: #313A45;
}
</style>