Shades of Blackcurrant #160236
Tints of Blackcurrant #160236
RGB
CMYK
RGB Variations
Color information
#160236 (or 0x160236) is known color: Blackcurrant. HEX triplet: 16, 02 and 36. RGB value is (22,2,54). Sum of RGB (Red+Green+Blue) = 22+2+54=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #160236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160236 is #E9FDC9. Grayscale: #0D0D0D. Windows color (decimal): -15334858 or 3539478. OLE color: 3539478.
HSL color Cylindrical-coordinate representation of color #160236: hue angle of 263.08º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160236 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 2 | 54 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.79 |
| HSL | 263.08º | 0.93% | 0.11% | - |
| HSV(B) | 263.08º | 0.96% | 0.21% | - |
| XYZ | 1.02 | 0.48 | 3.53 | - |
| YUV | 13.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 54 | 0.59 | 0.96 | 0 | 0.79 | 263.08 | 0.93 | 0.11 |
| Hex | 16 | 2 | 36 | 3B | 60 | 0 | 4F | 107 | 5D | B |
| Octal | 26 | 2 | 66 | 73 | 140 | 0 | 117 | 407 | 135 | 13 |
| Binary | 10110 | 10 | 110110 | 111011 | 1100000 | 0 | 1001111 | 100000111 | 1011101 | 1011 |
Color Harmonies of #160236
Complementary color
Monochromatic Colors of #160236
Black with #160236
Text Example
Text Example
White with #160236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160236; }
p { color: rgb(22,2,54); }
H1.HeaderClassName
{
color: #160236;
}
.AnyTagClassName
{
color: #160236;
}
</style>
background-color css
<style>
a { background-color: #160236; }
a { background-color: rgb(22,2,54); }
div.DivClassName
{
background-color: #160236;
}
.BgClassName
{
background-color: #160236;
}
</style>
border-color css
<style>
span { border-color: #160236; }
span { border-color: rgb(22,2,54); }
td.TdClassName
{
border-color: #160236;
}
.TagClassName
{
border-color: #160236;
}
</style>