Shades of Blackcurrant #160023
Tints of Blackcurrant #160023
RGB
CMYK
RGB Variations
Color information
#160023 (or 0x160023) is known color: Blackcurrant. HEX triplet: 16, 00 and 23. RGB value is (22,0,35). Sum of RGB (Red+Green+Blue) = 22+0+35=57 (7% of max value = 765). Red value is 22 (8.98% from 255 or 38.60% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #160023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160023 is #E9FFDC. Grayscale: #0A0A0A. Windows color (decimal): -15335389 or 2293782. OLE color: 2293782.
HSL color Cylindrical-coordinate representation of color #160023: hue angle of 277.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160023 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 0 | 35 | - |
| CMYK | 0.37 | 1 | 0 | 0.86 |
| HSL | 277.71º | 1% | 0.07% | - |
| HSV(B) | 277.71º | 1% | 0.14% | - |
| XYZ | 0.63 | 0.29 | 1.61 | - |
| YUV | 10.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 35 | 0.37 | 1 | 0 | 0.86 | 277.71 | 1 | 0.07 |
| Hex | 16 | 0 | 23 | 25 | 64 | 0 | 56 | 116 | 64 | 7 |
| Octal | 26 | 0 | 43 | 45 | 144 | 0 | 126 | 426 | 144 | 7 |
| Binary | 10110 | 0 | 100011 | 100101 | 1100100 | 0 | 1010110 | 100010110 | 1100100 | 111 |
Color Harmonies of #160023
Complementary color
Monochromatic Colors of #160023
Black with #160023
Text Example
Text Example
White with #160023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160023; }
p { color: rgb(22,0,35); }
H1.HeaderClassName
{
color: #160023;
}
.AnyTagClassName
{
color: #160023;
}
</style>
background-color css
<style>
a { background-color: #160023; }
a { background-color: rgb(22,0,35); }
div.DivClassName
{
background-color: #160023;
}
.BgClassName
{
background-color: #160023;
}
</style>
border-color css
<style>
span { border-color: #160023; }
span { border-color: rgb(22,0,35); }
td.TdClassName
{
border-color: #160023;
}
.TagClassName
{
border-color: #160023;
}
</style>