Shades of Blackcurrant #16012C
Tints of Blackcurrant #16012C
RGB
CMYK
RGB Variations
Color information
#16012C (or 0x16012C) is known color: Blackcurrant. HEX triplet: 16, 01 and 2C. RGB value is (22,1,44). Sum of RGB (Red+Green+Blue) = 22+1+44=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #16012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16012C is #E9FED3. Grayscale: #0C0C0C. Windows color (decimal): -15335124 or 2883862. OLE color: 2883862.
HSL color Cylindrical-coordinate representation of color #16012C: hue angle of 269.3º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16012C is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 1 | 44 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.83 |
| HSL | 269.3º | 0.96% | 0.09% | - |
| HSV(B) | 269.3º | 0.98% | 0.17% | - |
| XYZ | 0.8 | 0.37 | 2.41 | - |
| YUV | 12.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 44 | 0.5 | 0.98 | 0 | 0.83 | 269.3 | 0.96 | 0.09 |
| Hex | 16 | 1 | 2C | 32 | 62 | 0 | 53 | 10D | 60 | 9 |
| Octal | 26 | 1 | 54 | 62 | 142 | 0 | 123 | 415 | 140 | 11 |
| Binary | 10110 | 1 | 101100 | 110010 | 1100010 | 0 | 1010011 | 100001101 | 1100000 | 1001 |
Color Harmonies of #16012C
Complementary color
Monochromatic Colors of #16012C
Black with #16012C
Text Example
Text Example
White with #16012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16012C; }
p { color: rgb(22,1,44); }
H1.HeaderClassName
{
color: #16012C;
}
.AnyTagClassName
{
color: #16012C;
}
</style>
background-color css
<style>
a { background-color: #16012C; }
a { background-color: rgb(22,1,44); }
div.DivClassName
{
background-color: #16012C;
}
.BgClassName
{
background-color: #16012C;
}
</style>
border-color css
<style>
span { border-color: #16012C; }
span { border-color: rgb(22,1,44); }
td.TdClassName
{
border-color: #16012C;
}
.TagClassName
{
border-color: #16012C;
}
</style>