Shades of Blackcurrant #16011C
Tints of Blackcurrant #16011C
RGB
CMYK
RGB Variations
Color information
#16011C (or 0x16011C) is known color: Blackcurrant. HEX triplet: 16, 01 and 1C. RGB value is (22,1,28). Sum of RGB (Red+Green+Blue) = 22+1+28=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #16011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16011C is #E9FEE3. Grayscale: #0A0A0A. Windows color (decimal): -15335140 or 1835286. OLE color: 1835286.
HSL color Cylindrical-coordinate representation of color #16011C: hue angle of 286.67º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16011C is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 1 | 28 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.89 |
| HSL | 286.67º | 0.93% | 0.06% | - |
| HSV(B) | 286.67º | 0.96% | 0.11% | - |
| XYZ | 0.55 | 0.28 | 1.12 | - |
| YUV | 10.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 28 | 0.21 | 0.96 | 0 | 0.89 | 286.67 | 0.93 | 0.06 |
| Hex | 16 | 1 | 1C | 15 | 60 | 0 | 59 | 11F | 5D | 6 |
| Octal | 26 | 1 | 34 | 25 | 140 | 0 | 131 | 437 | 135 | 6 |
| Binary | 10110 | 1 | 11100 | 10101 | 1100000 | 0 | 1011001 | 100011111 | 1011101 | 110 |
Color Harmonies of #16011C
Complementary color
Monochromatic Colors of #16011C
Black with #16011C
Text Example
Text Example
White with #16011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16011C; }
p { color: rgb(22,1,28); }
H1.HeaderClassName
{
color: #16011C;
}
.AnyTagClassName
{
color: #16011C;
}
</style>
background-color css
<style>
a { background-color: #16011C; }
a { background-color: rgb(22,1,28); }
div.DivClassName
{
background-color: #16011C;
}
.BgClassName
{
background-color: #16011C;
}
</style>
border-color css
<style>
span { border-color: #16011C; }
span { border-color: rgb(22,1,28); }
td.TdClassName
{
border-color: #16011C;
}
.TagClassName
{
border-color: #16011C;
}
</style>