Shades of Blackcurrant #160B18
Tints of Blackcurrant #160B18
RGB
CMYK
RGB Variations
Color information
#160B18 (or 0x160B18) is known color: Blackcurrant. HEX triplet: 16, 0B and 18. RGB value is (22,11,24). Sum of RGB (Red+Green+Blue) = 22+11+24=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #160B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160B18 is #E9F4E7. Grayscale: #0F0F0F. Windows color (decimal): -15332584 or 1575702. OLE color: 1575702.
HSL color Cylindrical-coordinate representation of color #160B18: hue angle of 290.77º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #160B18 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 11 | 24 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.91 |
| HSL | 290.77º | 0.37% | 0.07% | - |
| HSV(B) | 290.77º | 0.54% | 0.09% | - |
| XYZ | 0.62 | 0.48 | 0.92 | - |
| YUV | 15.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 11 | 24 | 0.08 | 0.54 | 0 | 0.91 | 290.77 | 0.37 | 0.07 |
| Hex | 16 | B | 18 | 8 | 36 | 0 | 5B | 123 | 25 | 7 |
| Octal | 26 | 13 | 30 | 10 | 66 | 0 | 133 | 443 | 45 | 7 |
| Binary | 10110 | 1011 | 11000 | 1000 | 110110 | 0 | 1011011 | 100100011 | 100101 | 111 |
Color Harmonies of #160B18
Complementary color
Monochromatic Colors of #160B18
Black with #160B18
Text Example
Text Example
White with #160B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160B18; }
p { color: rgb(22,11,24); }
H1.HeaderClassName
{
color: #160B18;
}
.AnyTagClassName
{
color: #160B18;
}
</style>
background-color css
<style>
a { background-color: #160B18; }
a { background-color: rgb(22,11,24); }
div.DivClassName
{
background-color: #160B18;
}
.BgClassName
{
background-color: #160B18;
}
</style>
border-color css
<style>
span { border-color: #160B18; }
span { border-color: rgb(22,11,24); }
td.TdClassName
{
border-color: #160B18;
}
.TagClassName
{
border-color: #160B18;
}
</style>