Shades of Licorice #2F3A4D
Tints of Licorice #2F3A4D
RGB
CMYK
RGB Variations
Color information
#2F3A4D (or 0x2F3A4D) is known color: Licorice. HEX triplet: 2F, 3A and 4D. RGB value is (47,58,77). Sum of RGB (Red+Green+Blue) = 47+58+77=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F3A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3A4D is #D0C5B2. Grayscale: #383838. Windows color (decimal): -13682099 or 5061167. OLE color: 5061167.
HSL color Cylindrical-coordinate representation of color #2F3A4D: hue angle of 218º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F3A4D is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 58 | 77 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.70 |
| HSL | 218º | 0.24% | 0.24% | - |
| HSV(B) | 218º | 0.39% | 0.3% | - |
| XYZ | 4.02 | 4.17 | 7.61 | - |
| YUV | 56.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 77 | 0.39 | 0.25 | 0 | 0.70 | 218 | 0.24 | 0.24 |
| Hex | 2F | 3A | 4D | 27 | 19 | 0 | 46 | DA | 18 | 18 |
| Octal | 57 | 72 | 115 | 47 | 31 | 0 | 106 | 332 | 30 | 30 |
| Binary | 101111 | 111010 | 1001101 | 100111 | 11001 | 0 | 1000110 | 11011010 | 11000 | 11000 |
Color Harmonies of #2F3A4D
Complementary color
Monochromatic Colors of #2F3A4D
Black with #2F3A4D
Text Example
Text Example
White with #2F3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3A4D; }
p { color: rgb(47,58,77); }
H1.HeaderClassName
{
color: #2F3A4D;
}
.AnyTagClassName
{
color: #2F3A4D;
}
</style>
background-color css
<style>
a { background-color: #2F3A4D; }
a { background-color: rgb(47,58,77); }
div.DivClassName
{
background-color: #2F3A4D;
}
.BgClassName
{
background-color: #2F3A4D;
}
</style>
border-color css
<style>
span { border-color: #2F3A4D; }
span { border-color: rgb(47,58,77); }
td.TdClassName
{
border-color: #2F3A4D;
}
.TagClassName
{
border-color: #2F3A4D;
}
</style>