Shades of Blackcurrant #160028
Tints of Blackcurrant #160028
RGB
CMYK
RGB Variations
Color information
#160028 (or 0x160028) is known color: Blackcurrant. HEX triplet: 16, 00 and 28. RGB value is (22,0,40). Sum of RGB (Red+Green+Blue) = 22+0+40=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #160028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160028 is #E9FFD7. Grayscale: #0B0B0B. Windows color (decimal): -15335384 or 2621462. OLE color: 2621462.
HSL color Cylindrical-coordinate representation of color #160028: hue angle of 273º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160028 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 0 | 40 | - |
| CMYK | 0.45 | 1 | 0 | 0.84 |
| HSL | 273º | 1% | 0.08% | - |
| HSV(B) | 273º | 1% | 0.16% | - |
| XYZ | 0.71 | 0.32 | 2.03 | - |
| YUV | 11.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 40 | 0.45 | 1 | 0 | 0.84 | 273 | 1 | 0.08 |
| Hex | 16 | 0 | 28 | 2D | 64 | 0 | 54 | 111 | 64 | 8 |
| Octal | 26 | 0 | 50 | 55 | 144 | 0 | 124 | 421 | 144 | 10 |
| Binary | 10110 | 0 | 101000 | 101101 | 1100100 | 0 | 1010100 | 100010001 | 1100100 | 1000 |
Color Harmonies of #160028
Complementary color
Monochromatic Colors of #160028
Black with #160028
Text Example
Text Example
White with #160028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160028; }
p { color: rgb(22,0,40); }
H1.HeaderClassName
{
color: #160028;
}
.AnyTagClassName
{
color: #160028;
}
</style>
background-color css
<style>
a { background-color: #160028; }
a { background-color: rgb(22,0,40); }
div.DivClassName
{
background-color: #160028;
}
.BgClassName
{
background-color: #160028;
}
</style>
border-color css
<style>
span { border-color: #160028; }
span { border-color: rgb(22,0,40); }
td.TdClassName
{
border-color: #160028;
}
.TagClassName
{
border-color: #160028;
}
</style>