Shades of Blackcurrant #160224
Tints of Blackcurrant #160224
RGB
CMYK
RGB Variations
Color information
#160224 (or 0x160224) is known color: Blackcurrant. HEX triplet: 16, 02 and 24. RGB value is (22,2,36). Sum of RGB (Red+Green+Blue) = 22+2+36=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #160224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160224 is #E9FDDB. Grayscale: #0B0B0B. Windows color (decimal): -15334876 or 2359830. OLE color: 2359830.
HSL color Cylindrical-coordinate representation of color #160224: hue angle of 275.29º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160224 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 2 | 36 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.86 |
| HSL | 275.29º | 0.89% | 0.07% | - |
| HSV(B) | 275.29º | 0.94% | 0.14% | - |
| XYZ | 0.67 | 0.34 | 1.7 | - |
| YUV | 11.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 36 | 0.39 | 0.94 | 0 | 0.86 | 275.29 | 0.89 | 0.07 |
| Hex | 16 | 2 | 24 | 27 | 5E | 0 | 56 | 113 | 59 | 7 |
| Octal | 26 | 2 | 44 | 47 | 136 | 0 | 126 | 423 | 131 | 7 |
| Binary | 10110 | 10 | 100100 | 100111 | 1011110 | 0 | 1010110 | 100010011 | 1011001 | 111 |
Color Harmonies of #160224
Complementary color
Monochromatic Colors of #160224
Black with #160224
Text Example
Text Example
White with #160224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160224; }
p { color: rgb(22,2,36); }
H1.HeaderClassName
{
color: #160224;
}
.AnyTagClassName
{
color: #160224;
}
</style>
background-color css
<style>
a { background-color: #160224; }
a { background-color: rgb(22,2,36); }
div.DivClassName
{
background-color: #160224;
}
.BgClassName
{
background-color: #160224;
}
</style>
border-color css
<style>
span { border-color: #160224; }
span { border-color: rgb(22,2,36); }
td.TdClassName
{
border-color: #160224;
}
.TagClassName
{
border-color: #160224;
}
</style>