Shades of Licorice #2F384D
Tints of Licorice #2F384D
RGB
CMYK
RGB Variations
Color information
#2F384D (or 0x2F384D) is known color: Licorice. HEX triplet: 2F, 38 and 4D. RGB value is (47,56,77). Sum of RGB (Red+Green+Blue) = 47+56+77=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F384D is #D0C7B2. Grayscale: #373737. Windows color (decimal): -13682611 or 5060655. OLE color: 5060655.
HSL color Cylindrical-coordinate representation of color #2F384D: hue angle of 222º 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 #2F384D is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 56 | 77 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.70 |
| HSL | 222º | 0.24% | 0.24% | - |
| HSV(B) | 222º | 0.39% | 0.3% | - |
| XYZ | 3.93 | 3.97 | 7.58 | - |
| YUV | 55.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 77 | 0.39 | 0.27 | 0 | 0.70 | 222 | 0.24 | 0.24 |
| Hex | 2F | 38 | 4D | 27 | 1B | 0 | 46 | DE | 18 | 18 |
| Octal | 57 | 70 | 115 | 47 | 33 | 0 | 106 | 336 | 30 | 30 |
| Binary | 101111 | 111000 | 1001101 | 100111 | 11011 | 0 | 1000110 | 11011110 | 11000 | 11000 |
Color Harmonies of #2F384D
Complementary color
Monochromatic Colors of #2F384D
Black with #2F384D
Text Example
Text Example
White with #2F384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F384D; }
p { color: rgb(47,56,77); }
H1.HeaderClassName
{
color: #2F384D;
}
.AnyTagClassName
{
color: #2F384D;
}
</style>
background-color css
<style>
a { background-color: #2F384D; }
a { background-color: rgb(47,56,77); }
div.DivClassName
{
background-color: #2F384D;
}
.BgClassName
{
background-color: #2F384D;
}
</style>
border-color css
<style>
span { border-color: #2F384D; }
span { border-color: rgb(47,56,77); }
td.TdClassName
{
border-color: #2F384D;
}
.TagClassName
{
border-color: #2F384D;
}
</style>