Shades of Blackcurrant #160118
Tints of Blackcurrant #160118
RGB
CMYK
RGB Variations
Color information
#160118 (or 0x160118) is known color: Blackcurrant. HEX triplet: 16, 01 and 18. RGB value is (22,1,24). Sum of RGB (Red+Green+Blue) = 22+1+24=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #160118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160118 is #E9FEE7. Grayscale: #090909. Windows color (decimal): -15335144 or 1573142. OLE color: 1573142.
HSL color Cylindrical-coordinate representation of color #160118: hue angle of 294.78º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160118 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 24 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.91 |
| HSL | 294.78º | 0.92% | 0.05% | - |
| HSV(B) | 294.78º | 0.96% | 0.09% | - |
| XYZ | 0.51 | 0.26 | 0.89 | - |
| YUV | 9.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 24 | 0.08 | 0.96 | 0 | 0.91 | 294.78 | 0.92 | 0.05 |
| Hex | 16 | 1 | 18 | 8 | 60 | 0 | 5B | 127 | 5C | 5 |
| Octal | 26 | 1 | 30 | 10 | 140 | 0 | 133 | 447 | 134 | 5 |
| Binary | 10110 | 1 | 11000 | 1000 | 1100000 | 0 | 1011011 | 100100111 | 1011100 | 101 |
Color Harmonies of #160118
Complementary color
Monochromatic Colors of #160118
Black with #160118
Text Example
Text Example
White with #160118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160118; }
p { color: rgb(22,1,24); }
H1.HeaderClassName
{
color: #160118;
}
.AnyTagClassName
{
color: #160118;
}
</style>
background-color css
<style>
a { background-color: #160118; }
a { background-color: rgb(22,1,24); }
div.DivClassName
{
background-color: #160118;
}
.BgClassName
{
background-color: #160118;
}
</style>
border-color css
<style>
span { border-color: #160118; }
span { border-color: rgb(22,1,24); }
td.TdClassName
{
border-color: #160118;
}
.TagClassName
{
border-color: #160118;
}
</style>