Shades of Blackcurrant #16002D
Tints of Blackcurrant #16002D
RGB
CMYK
RGB Variations
Color information
#16002D (or 0x16002D) is known color: Blackcurrant. HEX triplet: 16, 00 and 2D. RGB value is (22,0,45). Sum of RGB (Red+Green+Blue) = 22+0+45=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #16002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16002D is #E9FFD2. Grayscale: #0B0B0B. Windows color (decimal): -15335379 or 2949142. OLE color: 2949142.
HSL color Cylindrical-coordinate representation of color #16002D: hue angle of 269.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16002D is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 0 | 45 | - |
| CMYK | 0.51 | 1 | 0 | 0.82 |
| HSL | 269.33º | 1% | 0.09% | - |
| HSV(B) | 269.33º | 1% | 0.18% | - |
| XYZ | 0.8 | 0.36 | 2.51 | - |
| YUV | 11.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 45 | 0.51 | 1 | 0 | 0.82 | 269.33 | 1 | 0.09 |
| Hex | 16 | 0 | 2D | 33 | 64 | 0 | 52 | 10D | 64 | 9 |
| Octal | 26 | 0 | 55 | 63 | 144 | 0 | 122 | 415 | 144 | 11 |
| Binary | 10110 | 0 | 101101 | 110011 | 1100100 | 0 | 1010010 | 100001101 | 1100100 | 1001 |
Color Harmonies of #16002D
Complementary color
Monochromatic Colors of #16002D
Black with #16002D
Text Example
Text Example
White with #16002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16002D; }
p { color: rgb(22,0,45); }
H1.HeaderClassName
{
color: #16002D;
}
.AnyTagClassName
{
color: #16002D;
}
</style>
background-color css
<style>
a { background-color: #16002D; }
a { background-color: rgb(22,0,45); }
div.DivClassName
{
background-color: #16002D;
}
.BgClassName
{
background-color: #16002D;
}
</style>
border-color css
<style>
span { border-color: #16002D; }
span { border-color: rgb(22,0,45); }
td.TdClassName
{
border-color: #16002D;
}
.TagClassName
{
border-color: #16002D;
}
</style>