Shades of Blackcurrant #16012D
Tints of Blackcurrant #16012D
RGB
CMYK
RGB Variations
Color information
#16012D (or 0x16012D) is known color: Blackcurrant. HEX triplet: 16, 01 and 2D. RGB value is (22,1,45). Sum of RGB (Red+Green+Blue) = 22+1+45=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #16012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16012D is #E9FED2. Grayscale: #0C0C0C. Windows color (decimal): -15335123 or 2949398. OLE color: 2949398.
HSL color Cylindrical-coordinate representation of color #16012D: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16012D is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 1 | 45 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.82 |
| HSL | 268.64º | 0.96% | 0.09% | - |
| HSV(B) | 268.64º | 0.98% | 0.18% | - |
| XYZ | 0.82 | 0.38 | 2.51 | - |
| YUV | 12.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 45 | 0.51 | 0.98 | 0 | 0.82 | 268.64 | 0.96 | 0.09 |
| Hex | 16 | 1 | 2D | 33 | 62 | 0 | 52 | 10D | 60 | 9 |
| Octal | 26 | 1 | 55 | 63 | 142 | 0 | 122 | 415 | 140 | 11 |
| Binary | 10110 | 1 | 101101 | 110011 | 1100010 | 0 | 1010010 | 100001101 | 1100000 | 1001 |
Color Harmonies of #16012D
Complementary color
Monochromatic Colors of #16012D
Black with #16012D
Text Example
Text Example
White with #16012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16012D; }
p { color: rgb(22,1,45); }
H1.HeaderClassName
{
color: #16012D;
}
.AnyTagClassName
{
color: #16012D;
}
</style>
background-color css
<style>
a { background-color: #16012D; }
a { background-color: rgb(22,1,45); }
div.DivClassName
{
background-color: #16012D;
}
.BgClassName
{
background-color: #16012D;
}
</style>
border-color css
<style>
span { border-color: #16012D; }
span { border-color: rgb(22,1,45); }
td.TdClassName
{
border-color: #16012D;
}
.TagClassName
{
border-color: #16012D;
}
</style>