Shades of Licorice #28364C
Tints of Licorice #28364C
RGB
CMYK
RGB Variations
Color information
#28364C (or 0x28364C) is known color: Licorice. HEX triplet: 28, 36 and 4C. RGB value is (40,54,76). Sum of RGB (Red+Green+Blue) = 40+54+76=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #28364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28364C is #D7C9B3. Grayscale: #343434. Windows color (decimal): -14141876 or 4994600. OLE color: 4994600.
HSL color Cylindrical-coordinate representation of color #28364C: hue angle of 216.67º 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 #28364C is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 54 | 76 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.70 |
| HSL | 216.67º | 0.31% | 0.23% | - |
| HSV(B) | 216.67º | 0.47% | 0.3% | - |
| XYZ | 3.5 | 3.61 | 7.35 | - |
| YUV | 52.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 76 | 0.47 | 0.29 | 0 | 0.70 | 216.67 | 0.31 | 0.23 |
| Hex | 28 | 36 | 4C | 2F | 1D | 0 | 46 | D9 | 1F | 17 |
| Octal | 50 | 66 | 114 | 57 | 35 | 0 | 106 | 331 | 37 | 27 |
| Binary | 101000 | 110110 | 1001100 | 101111 | 11101 | 0 | 1000110 | 11011001 | 11111 | 10111 |
Color Harmonies of #28364C
Complementary color
Monochromatic Colors of #28364C
Black with #28364C
Text Example
Text Example
White with #28364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28364C; }
p { color: rgb(40,54,76); }
H1.HeaderClassName
{
color: #28364C;
}
.AnyTagClassName
{
color: #28364C;
}
</style>
background-color css
<style>
a { background-color: #28364C; }
a { background-color: rgb(40,54,76); }
div.DivClassName
{
background-color: #28364C;
}
.BgClassName
{
background-color: #28364C;
}
</style>
border-color css
<style>
span { border-color: #28364C; }
span { border-color: rgb(40,54,76); }
td.TdClassName
{
border-color: #28364C;
}
.TagClassName
{
border-color: #28364C;
}
</style>