Shades of Licorice #373A46
Tints of Licorice #373A46
RGB
CMYK
RGB Variations
Color information
#373A46 (or 0x373A46) is known color: Licorice. HEX triplet: 37, 3A and 46. RGB value is (55,58,70). Sum of RGB (Red+Green+Blue) = 55+58+70=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #373A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A46 is #C8C5B9. Grayscale: #3A3A3A. Windows color (decimal): -13157818 or 4602423. OLE color: 4602423.
HSL color Cylindrical-coordinate representation of color #373A46: hue angle of 228º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373A46 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 58 | 70 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.73 |
| HSL | 228º | 0.12% | 0.25% | - |
| HSV(B) | 228º | 0.21% | 0.27% | - |
| XYZ | 4.19 | 4.28 | 6.4 | - |
| YUV | 58.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 70 | 0.21 | 0.17 | 0 | 0.73 | 228 | 0.12 | 0.25 |
| Hex | 37 | 3A | 46 | 15 | 11 | 0 | 49 | E4 | C | 19 |
| Octal | 67 | 72 | 106 | 25 | 21 | 0 | 111 | 344 | 14 | 31 |
| Binary | 110111 | 111010 | 1000110 | 10101 | 10001 | 0 | 1001001 | 11100100 | 1100 | 11001 |
Color Harmonies of #373A46
Complementary color
Monochromatic Colors of #373A46
Black with #373A46
Text Example
Text Example
White with #373A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A46; }
p { color: rgb(55,58,70); }
H1.HeaderClassName
{
color: #373A46;
}
.AnyTagClassName
{
color: #373A46;
}
</style>
background-color css
<style>
a { background-color: #373A46; }
a { background-color: rgb(55,58,70); }
div.DivClassName
{
background-color: #373A46;
}
.BgClassName
{
background-color: #373A46;
}
</style>
border-color css
<style>
span { border-color: #373A46; }
span { border-color: rgb(55,58,70); }
td.TdClassName
{
border-color: #373A46;
}
.TagClassName
{
border-color: #373A46;
}
</style>