Shades of Licorice #28374C
Tints of Licorice #28374C
RGB
CMYK
RGB Variations
Color information
#28374C (or 0x28374C) is known color: Licorice. HEX triplet: 28, 37 and 4C. RGB value is (40,55,76). Sum of RGB (Red+Green+Blue) = 40+55+76=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #28374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28374C is #D7C8B3. Grayscale: #343434. Windows color (decimal): -14141620 or 4994856. OLE color: 4994856.
HSL color Cylindrical-coordinate representation of color #28374C: hue angle of 215º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28374C is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 55 | 76 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.70 |
| HSL | 215º | 0.31% | 0.23% | - |
| HSV(B) | 215º | 0.47% | 0.3% | - |
| XYZ | 3.55 | 3.71 | 7.37 | - |
| YUV | 52.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 76 | 0.47 | 0.28 | 0 | 0.70 | 215 | 0.31 | 0.23 |
| Hex | 28 | 37 | 4C | 2F | 1C | 0 | 46 | D7 | 1F | 17 |
| Octal | 50 | 67 | 114 | 57 | 34 | 0 | 106 | 327 | 37 | 27 |
| Binary | 101000 | 110111 | 1001100 | 101111 | 11100 | 0 | 1000110 | 11010111 | 11111 | 10111 |
Color Harmonies of #28374C
Complementary color
Monochromatic Colors of #28374C
Black with #28374C
Text Example
Text Example
White with #28374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28374C; }
p { color: rgb(40,55,76); }
H1.HeaderClassName
{
color: #28374C;
}
.AnyTagClassName
{
color: #28374C;
}
</style>
background-color css
<style>
a { background-color: #28374C; }
a { background-color: rgb(40,55,76); }
div.DivClassName
{
background-color: #28374C;
}
.BgClassName
{
background-color: #28374C;
}
</style>
border-color css
<style>
span { border-color: #28374C; }
span { border-color: rgb(40,55,76); }
td.TdClassName
{
border-color: #28374C;
}
.TagClassName
{
border-color: #28374C;
}
</style>