Shades of Blackcurrant #160E18
Tints of Blackcurrant #160E18
RGB
CMYK
RGB Variations
Color information
#160E18 (or 0x160E18) is known color: Blackcurrant. HEX triplet: 16, 0E and 18. RGB value is (22,14,24). Sum of RGB (Red+Green+Blue) = 22+14+24=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #160E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160E18 is #E9F1E7. Grayscale: #111111. Windows color (decimal): -15331816 or 1576470. OLE color: 1576470.
HSL color Cylindrical-coordinate representation of color #160E18: hue angle of 288º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #160E18 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 14 | 24 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.91 |
| HSL | 288º | 0.26% | 0.07% | - |
| HSV(B) | 288º | 0.42% | 0.09% | - |
| XYZ | 0.65 | 0.55 | 0.94 | - |
| YUV | 17.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 14 | 24 | 0.08 | 0.42 | 0 | 0.91 | 288 | 0.26 | 0.07 |
| Hex | 16 | E | 18 | 8 | 2A | 0 | 5B | 120 | 1A | 7 |
| Octal | 26 | 16 | 30 | 10 | 52 | 0 | 133 | 440 | 32 | 7 |
| Binary | 10110 | 1110 | 11000 | 1000 | 101010 | 0 | 1011011 | 100100000 | 11010 | 111 |
Color Harmonies of #160E18
Complementary color
Monochromatic Colors of #160E18
Black with #160E18
Text Example
Text Example
White with #160E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160E18; }
p { color: rgb(22,14,24); }
H1.HeaderClassName
{
color: #160E18;
}
.AnyTagClassName
{
color: #160E18;
}
</style>
background-color css
<style>
a { background-color: #160E18; }
a { background-color: rgb(22,14,24); }
div.DivClassName
{
background-color: #160E18;
}
.BgClassName
{
background-color: #160E18;
}
</style>
border-color css
<style>
span { border-color: #160E18; }
span { border-color: rgb(22,14,24); }
td.TdClassName
{
border-color: #160E18;
}
.TagClassName
{
border-color: #160E18;
}
</style>