Shades of Licorice #313A49
Tints of Licorice #313A49
RGB
CMYK
RGB Variations
Color information
#313A49 (or 0x313A49) is known color: Licorice. HEX triplet: 31, 3A and 49. RGB value is (49,58,73). Sum of RGB (Red+Green+Blue) = 49+58+73=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #313A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A49 is #CEC5B6. Grayscale: #383838. Windows color (decimal): -13551031 or 4799025. OLE color: 4799025.
HSL color Cylindrical-coordinate representation of color #313A49: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313A49 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 58 | 73 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.71 |
| HSL | 217.5º | 0.2% | 0.24% | - |
| HSV(B) | 217.5º | 0.33% | 0.29% | - |
| XYZ | 3.98 | 4.16 | 6.9 | - |
| YUV | 57.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 73 | 0.33 | 0.21 | 0 | 0.71 | 217.5 | 0.2 | 0.24 |
| Hex | 31 | 3A | 49 | 21 | 15 | 0 | 47 | DA | 14 | 18 |
| Octal | 61 | 72 | 111 | 41 | 25 | 0 | 107 | 332 | 24 | 30 |
| Binary | 110001 | 111010 | 1001001 | 100001 | 10101 | 0 | 1000111 | 11011010 | 10100 | 11000 |
Color Harmonies of #313A49
Complementary color
Monochromatic Colors of #313A49
Black with #313A49
Text Example
Text Example
White with #313A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A49; }
p { color: rgb(49,58,73); }
H1.HeaderClassName
{
color: #313A49;
}
.AnyTagClassName
{
color: #313A49;
}
</style>
background-color css
<style>
a { background-color: #313A49; }
a { background-color: rgb(49,58,73); }
div.DivClassName
{
background-color: #313A49;
}
.BgClassName
{
background-color: #313A49;
}
</style>
border-color css
<style>
span { border-color: #313A49; }
span { border-color: rgb(49,58,73); }
td.TdClassName
{
border-color: #313A49;
}
.TagClassName
{
border-color: #313A49;
}
</style>