Shades of Licorice #313948
Tints of Licorice #313948
RGB
CMYK
RGB Variations
Color information
#313948 (or 0x313948) is known color: Licorice. HEX triplet: 31, 39 and 48. RGB value is (49,57,72). Sum of RGB (Red+Green+Blue) = 49+57+72=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #313948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313948 is #CEC6B7. Grayscale: #383838. Windows color (decimal): -13551288 or 4733233. OLE color: 4733233.
HSL color Cylindrical-coordinate representation of color #313948: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313948 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 57 | 72 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.72 |
| HSL | 219.13º | 0.19% | 0.24% | - |
| HSV(B) | 219.13º | 0.32% | 0.28% | - |
| XYZ | 3.9 | 4.05 | 6.71 | - |
| YUV | 56.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 72 | 0.32 | 0.21 | 0 | 0.72 | 219.13 | 0.19 | 0.24 |
| Hex | 31 | 39 | 48 | 20 | 15 | 0 | 48 | DB | 13 | 18 |
| Octal | 61 | 71 | 110 | 40 | 25 | 0 | 110 | 333 | 23 | 30 |
| Binary | 110001 | 111001 | 1001000 | 100000 | 10101 | 0 | 1001000 | 11011011 | 10011 | 11000 |
Color Harmonies of #313948
Complementary color
Monochromatic Colors of #313948
Black with #313948
Text Example
Text Example
White with #313948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313948; }
p { color: rgb(49,57,72); }
H1.HeaderClassName
{
color: #313948;
}
.AnyTagClassName
{
color: #313948;
}
</style>
background-color css
<style>
a { background-color: #313948; }
a { background-color: rgb(49,57,72); }
div.DivClassName
{
background-color: #313948;
}
.BgClassName
{
background-color: #313948;
}
</style>
border-color css
<style>
span { border-color: #313948; }
span { border-color: rgb(49,57,72); }
td.TdClassName
{
border-color: #313948;
}
.TagClassName
{
border-color: #313948;
}
</style>