Shades of Blackcurrant #16121C
Tints of Blackcurrant #16121C
RGB
CMYK
RGB Variations
Color information
#16121C (or 0x16121C) is known color: Blackcurrant. HEX triplet: 16, 12 and 1C. RGB value is (22,18,28). Sum of RGB (Red+Green+Blue) = 22+18+28=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #16121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16121C is #E9EDE3. Grayscale: #141414. Windows color (decimal): -15330788 or 1839638. OLE color: 1839638.
HSL color Cylindrical-coordinate representation of color #16121C: hue angle of 264º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #16121C is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 18 | 28 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.89 |
| HSL | 264º | 0.22% | 0.09% | - |
| HSV(B) | 264º | 0.36% | 0.11% | - |
| XYZ | 0.76 | 0.69 | 1.19 | - |
| YUV | 20.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 28 | 0.21 | 0.36 | 0 | 0.89 | 264 | 0.22 | 0.09 |
| Hex | 16 | 12 | 1C | 15 | 24 | 0 | 59 | 108 | 16 | 9 |
| Octal | 26 | 22 | 34 | 25 | 44 | 0 | 131 | 410 | 26 | 11 |
| Binary | 10110 | 10010 | 11100 | 10101 | 100100 | 0 | 1011001 | 100001000 | 10110 | 1001 |
Color Harmonies of #16121C
Complementary color
Monochromatic Colors of #16121C
Black with #16121C
Text Example
Text Example
White with #16121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16121C; }
p { color: rgb(22,18,28); }
H1.HeaderClassName
{
color: #16121C;
}
.AnyTagClassName
{
color: #16121C;
}
</style>
background-color css
<style>
a { background-color: #16121C; }
a { background-color: rgb(22,18,28); }
div.DivClassName
{
background-color: #16121C;
}
.BgClassName
{
background-color: #16121C;
}
</style>
border-color css
<style>
span { border-color: #16121C; }
span { border-color: rgb(22,18,28); }
td.TdClassName
{
border-color: #16121C;
}
.TagClassName
{
border-color: #16121C;
}
</style>