Shades of Blackcurrant #160223
Tints of Blackcurrant #160223
RGB
CMYK
RGB Variations
Color information
#160223 (or 0x160223) is known color: Blackcurrant. HEX triplet: 16, 02 and 23. RGB value is (22,2,35). Sum of RGB (Red+Green+Blue) = 22+2+35=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 35 (14.06% from 255 or 59.32% from 59); Max value from RGB is 35 - color contains mainly: blue. Hex color #160223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160223 is #E9FDDC. Grayscale: #0B0B0B. Windows color (decimal): -15334877 or 2294294. OLE color: 2294294.
HSL color Cylindrical-coordinate representation of color #160223: hue angle of 276.36º 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 #160223 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 2 | 35 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.86 |
| HSL | 276.36º | 0.89% | 0.07% | - |
| HSV(B) | 276.36º | 0.94% | 0.14% | - |
| XYZ | 0.66 | 0.34 | 1.62 | - |
| YUV | 11.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 35 | 0.37 | 0.94 | 0 | 0.86 | 276.36 | 0.89 | 0.07 |
| Hex | 16 | 2 | 23 | 25 | 5E | 0 | 56 | 114 | 59 | 7 |
| Octal | 26 | 2 | 43 | 45 | 136 | 0 | 126 | 424 | 131 | 7 |
| Binary | 10110 | 10 | 100011 | 100101 | 1011110 | 0 | 1010110 | 100010100 | 1011001 | 111 |
Color Harmonies of #160223
Complementary color
Monochromatic Colors of #160223
Black with #160223
Text Example
Text Example
White with #160223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160223; }
p { color: rgb(22,2,35); }
H1.HeaderClassName
{
color: #160223;
}
.AnyTagClassName
{
color: #160223;
}
</style>
background-color css
<style>
a { background-color: #160223; }
a { background-color: rgb(22,2,35); }
div.DivClassName
{
background-color: #160223;
}
.BgClassName
{
background-color: #160223;
}
</style>
border-color css
<style>
span { border-color: #160223; }
span { border-color: rgb(22,2,35); }
td.TdClassName
{
border-color: #160223;
}
.TagClassName
{
border-color: #160223;
}
</style>