Shades of Licorice #373A47
Tints of Licorice #373A47
RGB
CMYK
RGB Variations
Color information
#373A47 (or 0x373A47) is known color: Licorice. HEX triplet: 37, 3A and 47. RGB value is (55,58,71). Sum of RGB (Red+Green+Blue) = 55+58+71=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #373A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A47 is #C8C5B8. Grayscale: #3A3A3A. Windows color (decimal): -13157817 or 4667959. OLE color: 4667959.
HSL color Cylindrical-coordinate representation of color #373A47: hue angle of 228.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #373A47 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 58 | 71 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.72 |
| HSL | 228.75º | 0.13% | 0.25% | - |
| HSV(B) | 228.75º | 0.23% | 0.28% | - |
| XYZ | 4.23 | 4.29 | 6.57 | - |
| YUV | 58.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 71 | 0.23 | 0.18 | 0 | 0.72 | 228.75 | 0.13 | 0.25 |
| Hex | 37 | 3A | 47 | 17 | 12 | 0 | 48 | E5 | D | 19 |
| Octal | 67 | 72 | 107 | 27 | 22 | 0 | 110 | 345 | 15 | 31 |
| Binary | 110111 | 111010 | 1000111 | 10111 | 10010 | 0 | 1001000 | 11100101 | 1101 | 11001 |
Color Harmonies of #373A47
Complementary color
Monochromatic Colors of #373A47
Black with #373A47
Text Example
Text Example
White with #373A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A47; }
p { color: rgb(55,58,71); }
H1.HeaderClassName
{
color: #373A47;
}
.AnyTagClassName
{
color: #373A47;
}
</style>
background-color css
<style>
a { background-color: #373A47; }
a { background-color: rgb(55,58,71); }
div.DivClassName
{
background-color: #373A47;
}
.BgClassName
{
background-color: #373A47;
}
</style>
border-color css
<style>
span { border-color: #373A47; }
span { border-color: rgb(55,58,71); }
td.TdClassName
{
border-color: #373A47;
}
.TagClassName
{
border-color: #373A47;
}
</style>