Shades of Licorice #363947
Tints of Licorice #363947
RGB
CMYK
RGB Variations
Color information
#363947 (or 0x363947) is known color: Licorice. HEX triplet: 36, 39 and 47. RGB value is (54,57,71). Sum of RGB (Red+Green+Blue) = 54+57+71=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #363947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363947 is #C9C6B8. Grayscale: #393939. Windows color (decimal): -13223609 or 4667702. OLE color: 4667702.
HSL color Cylindrical-coordinate representation of color #363947: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363947 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 57 | 71 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.72 |
| HSL | 229.41º | 0.14% | 0.25% | - |
| HSV(B) | 229.41º | 0.24% | 0.28% | - |
| XYZ | 4.12 | 4.17 | 6.55 | - |
| YUV | 57.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 71 | 0.24 | 0.20 | 0 | 0.72 | 229.41 | 0.14 | 0.25 |
| Hex | 36 | 39 | 47 | 18 | 14 | 0 | 48 | E5 | E | 19 |
| Octal | 66 | 71 | 107 | 30 | 24 | 0 | 110 | 345 | 16 | 31 |
| Binary | 110110 | 111001 | 1000111 | 11000 | 10100 | 0 | 1001000 | 11100101 | 1110 | 11001 |
Color Harmonies of #363947
Complementary color
Monochromatic Colors of #363947
Black with #363947
Text Example
Text Example
White with #363947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363947; }
p { color: rgb(54,57,71); }
H1.HeaderClassName
{
color: #363947;
}
.AnyTagClassName
{
color: #363947;
}
</style>
background-color css
<style>
a { background-color: #363947; }
a { background-color: rgb(54,57,71); }
div.DivClassName
{
background-color: #363947;
}
.BgClassName
{
background-color: #363947;
}
</style>
border-color css
<style>
span { border-color: #363947; }
span { border-color: rgb(54,57,71); }
td.TdClassName
{
border-color: #363947;
}
.TagClassName
{
border-color: #363947;
}
</style>