Shades of Blackcurrant #16011A
Tints of Blackcurrant #16011A
RGB
CMYK
RGB Variations
Color information
#16011A (or 0x16011A) is known color: Blackcurrant. HEX triplet: 16, 01 and 1A. RGB value is (22,1,26). Sum of RGB (Red+Green+Blue) = 22+1+26=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #16011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011A is #E9FEE5. Grayscale: #0A0A0A. Windows color (decimal): -15335142 or 1704214. OLE color: 1704214.
HSL color Cylindrical-coordinate representation of color #16011A: hue angle of 290.4º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16011A is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 1 | 26 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.90 |
| HSL | 290.4º | 0.93% | 0.05% | - |
| HSV(B) | 290.4º | 0.96% | 0.1% | - |
| XYZ | 0.53 | 0.27 | 1 | - |
| YUV | 10.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 26 | 0.15 | 0.96 | 0 | 0.90 | 290.4 | 0.93 | 0.05 |
| Hex | 16 | 1 | 1A | F | 60 | 0 | 5A | 122 | 5D | 5 |
| Octal | 26 | 1 | 32 | 17 | 140 | 0 | 132 | 442 | 135 | 5 |
| Binary | 10110 | 1 | 11010 | 1111 | 1100000 | 0 | 1011010 | 100100010 | 1011101 | 101 |
Color Harmonies of #16011A
Complementary color
Monochromatic Colors of #16011A
Black with #16011A
Text Example
Text Example
White with #16011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16011A; }
p { color: rgb(22,1,26); }
H1.HeaderClassName
{
color: #16011A;
}
.AnyTagClassName
{
color: #16011A;
}
</style>
background-color css
<style>
a { background-color: #16011A; }
a { background-color: rgb(22,1,26); }
div.DivClassName
{
background-color: #16011A;
}
.BgClassName
{
background-color: #16011A;
}
</style>
border-color css
<style>
span { border-color: #16011A; }
span { border-color: rgb(22,1,26); }
td.TdClassName
{
border-color: #16011A;
}
.TagClassName
{
border-color: #16011A;
}
</style>