Shades of Blackcurrant #16041C
Tints of Blackcurrant #16041C
RGB
CMYK
RGB Variations
Color information
#16041C (or 0x16041C) is known color: Blackcurrant. HEX triplet: 16, 04 and 1C. RGB value is (22,4,28). Sum of RGB (Red+Green+Blue) = 22+4+28=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #16041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16041C is #E9FBE3. Grayscale: #0C0C0C. Windows color (decimal): -15334372 or 1836054. OLE color: 1836054.
HSL color Cylindrical-coordinate representation of color #16041C: hue angle of 285º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16041C is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 4 | 28 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.89 |
| HSL | 285º | 0.75% | 0.06% | - |
| HSV(B) | 285º | 0.86% | 0.11% | - |
| XYZ | 0.58 | 0.34 | 1.13 | - |
| YUV | 12.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 28 | 0.21 | 0.86 | 0 | 0.89 | 285 | 0.75 | 0.06 |
| Hex | 16 | 4 | 1C | 15 | 56 | 0 | 59 | 11D | 4B | 6 |
| Octal | 26 | 4 | 34 | 25 | 126 | 0 | 131 | 435 | 113 | 6 |
| Binary | 10110 | 100 | 11100 | 10101 | 1010110 | 0 | 1011001 | 100011101 | 1001011 | 110 |
Color Harmonies of #16041C
Complementary color
Monochromatic Colors of #16041C
Black with #16041C
Text Example
Text Example
White with #16041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16041C; }
p { color: rgb(22,4,28); }
H1.HeaderClassName
{
color: #16041C;
}
.AnyTagClassName
{
color: #16041C;
}
</style>
background-color css
<style>
a { background-color: #16041C; }
a { background-color: rgb(22,4,28); }
div.DivClassName
{
background-color: #16041C;
}
.BgClassName
{
background-color: #16041C;
}
</style>
border-color css
<style>
span { border-color: #16041C; }
span { border-color: rgb(22,4,28); }
td.TdClassName
{
border-color: #16041C;
}
.TagClassName
{
border-color: #16041C;
}
</style>