Shades of Blackcurrant #16052B
Tints of Blackcurrant #16052B
RGB
CMYK
RGB Variations
Color information
#16052B (or 0x16052B) is known color: Blackcurrant. HEX triplet: 16, 05 and 2B. RGB value is (22,5,43). Sum of RGB (Red+Green+Blue) = 22+5+43=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #16052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16052B is #E9FAD4. Grayscale: #0E0E0E. Windows color (decimal): -15334101 or 2819350. OLE color: 2819350.
HSL color Cylindrical-coordinate representation of color #16052B: hue angle of 266.84º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16052B is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 5 | 43 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.83 |
| HSL | 266.84º | 0.79% | 0.09% | - |
| HSV(B) | 266.84º | 0.88% | 0.17% | - |
| XYZ | 0.82 | 0.45 | 2.33 | - |
| YUV | 14.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 43 | 0.49 | 0.88 | 0 | 0.83 | 266.84 | 0.79 | 0.09 |
| Hex | 16 | 5 | 2B | 31 | 58 | 0 | 53 | 10B | 4F | 9 |
| Octal | 26 | 5 | 53 | 61 | 130 | 0 | 123 | 413 | 117 | 11 |
| Binary | 10110 | 101 | 101011 | 110001 | 1011000 | 0 | 1010011 | 100001011 | 1001111 | 1001 |
Color Harmonies of #16052B
Complementary color
Monochromatic Colors of #16052B
Black with #16052B
Text Example
Text Example
White with #16052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16052B; }
p { color: rgb(22,5,43); }
H1.HeaderClassName
{
color: #16052B;
}
.AnyTagClassName
{
color: #16052B;
}
</style>
background-color css
<style>
a { background-color: #16052B; }
a { background-color: rgb(22,5,43); }
div.DivClassName
{
background-color: #16052B;
}
.BgClassName
{
background-color: #16052B;
}
</style>
border-color css
<style>
span { border-color: #16052B; }
span { border-color: rgb(22,5,43); }
td.TdClassName
{
border-color: #16052B;
}
.TagClassName
{
border-color: #16052B;
}
</style>