Shades of Blackcurrant #16021B
Tints of Blackcurrant #16021B
RGB
CMYK
RGB Variations
Color information
#16021B (or 0x16021B) is known color: Blackcurrant. HEX triplet: 16, 02 and 1B. RGB value is (22,2,27). Sum of RGB (Red+Green+Blue) = 22+2+27=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #16021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16021B is #E9FDE4. Grayscale: #0A0A0A. Windows color (decimal): -15334885 or 1770006. OLE color: 1770006.
HSL color Cylindrical-coordinate representation of color #16021B: hue angle of 288º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16021B is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 2 | 27 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.89 |
| HSL | 288º | 0.86% | 0.06% | - |
| HSV(B) | 288º | 0.93% | 0.11% | - |
| XYZ | 0.55 | 0.29 | 1.06 | - |
| YUV | 10.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 27 | 0.19 | 0.93 | 0 | 0.89 | 288 | 0.86 | 0.06 |
| Hex | 16 | 2 | 1B | 13 | 5D | 0 | 59 | 120 | 56 | 6 |
| Octal | 26 | 2 | 33 | 23 | 135 | 0 | 131 | 440 | 126 | 6 |
| Binary | 10110 | 10 | 11011 | 10011 | 1011101 | 0 | 1011001 | 100100000 | 1010110 | 110 |
Color Harmonies of #16021B
Complementary color
Monochromatic Colors of #16021B
Black with #16021B
Text Example
Text Example
White with #16021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16021B; }
p { color: rgb(22,2,27); }
H1.HeaderClassName
{
color: #16021B;
}
.AnyTagClassName
{
color: #16021B;
}
</style>
background-color css
<style>
a { background-color: #16021B; }
a { background-color: rgb(22,2,27); }
div.DivClassName
{
background-color: #16021B;
}
.BgClassName
{
background-color: #16021B;
}
</style>
border-color css
<style>
span { border-color: #16021B; }
span { border-color: rgb(22,2,27); }
td.TdClassName
{
border-color: #16021B;
}
.TagClassName
{
border-color: #16021B;
}
</style>