Shades of Blackcurrant #16011B
Tints of Blackcurrant #16011B
RGB
CMYK
RGB Variations
Color information
#16011B (or 0x16011B) is known color: Blackcurrant. HEX triplet: 16, 01 and 1B. RGB value is (22,1,27). Sum of RGB (Red+Green+Blue) = 22+1+27=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #16011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011B is #E9FEE4. Grayscale: #0A0A0A. Windows color (decimal): -15335141 or 1769750. OLE color: 1769750.
HSL color Cylindrical-coordinate representation of color #16011B: hue angle of 288.46º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16011B is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 1 | 27 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.89 |
| HSL | 288.46º | 0.93% | 0.05% | - |
| HSV(B) | 288.46º | 0.96% | 0.11% | - |
| XYZ | 0.54 | 0.27 | 1.06 | - |
| YUV | 10.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 27 | 0.19 | 0.96 | 0 | 0.89 | 288.46 | 0.93 | 0.05 |
| Hex | 16 | 1 | 1B | 13 | 60 | 0 | 59 | 120 | 5D | 5 |
| Octal | 26 | 1 | 33 | 23 | 140 | 0 | 131 | 440 | 135 | 5 |
| Binary | 10110 | 1 | 11011 | 10011 | 1100000 | 0 | 1011001 | 100100000 | 1011101 | 101 |
Color Harmonies of #16011B
Complementary color
Monochromatic Colors of #16011B
Black with #16011B
Text Example
Text Example
White with #16011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16011B; }
p { color: rgb(22,1,27); }
H1.HeaderClassName
{
color: #16011B;
}
.AnyTagClassName
{
color: #16011B;
}
</style>
background-color css
<style>
a { background-color: #16011B; }
a { background-color: rgb(22,1,27); }
div.DivClassName
{
background-color: #16011B;
}
.BgClassName
{
background-color: #16011B;
}
</style>
border-color css
<style>
span { border-color: #16011B; }
span { border-color: rgb(22,1,27); }
td.TdClassName
{
border-color: #16011B;
}
.TagClassName
{
border-color: #16011B;
}
</style>