Shades of Licorice #313A4D
Tints of Licorice #313A4D
RGB
CMYK
RGB Variations
Color information
#313A4D (or 0x313A4D) is known color: Licorice. HEX triplet: 31, 3A and 4D. RGB value is (49,58,77). Sum of RGB (Red+Green+Blue) = 49+58+77=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #313A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A4D is #CEC5B2. Grayscale: #393939. Windows color (decimal): -13551027 or 5061169. OLE color: 5061169.
HSL color Cylindrical-coordinate representation of color #313A4D: hue angle of 220.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313A4D is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 58 | 77 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.70 |
| HSL | 220.71º | 0.22% | 0.25% | - |
| HSV(B) | 220.71º | 0.36% | 0.3% | - |
| XYZ | 4.12 | 4.21 | 7.62 | - |
| YUV | 57.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 77 | 0.36 | 0.25 | 0 | 0.70 | 220.71 | 0.22 | 0.25 |
| Hex | 31 | 3A | 4D | 24 | 19 | 0 | 46 | DD | 16 | 19 |
| Octal | 61 | 72 | 115 | 44 | 31 | 0 | 106 | 335 | 26 | 31 |
| Binary | 110001 | 111010 | 1001101 | 100100 | 11001 | 0 | 1000110 | 11011101 | 10110 | 11001 |
Color Harmonies of #313A4D
Complementary color
Monochromatic Colors of #313A4D
Black with #313A4D
Text Example
Text Example
White with #313A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A4D; }
p { color: rgb(49,58,77); }
H1.HeaderClassName
{
color: #313A4D;
}
.AnyTagClassName
{
color: #313A4D;
}
</style>
background-color css
<style>
a { background-color: #313A4D; }
a { background-color: rgb(49,58,77); }
div.DivClassName
{
background-color: #313A4D;
}
.BgClassName
{
background-color: #313A4D;
}
</style>
border-color css
<style>
span { border-color: #313A4D; }
span { border-color: rgb(49,58,77); }
td.TdClassName
{
border-color: #313A4D;
}
.TagClassName
{
border-color: #313A4D;
}
</style>