Shades of Blackcurrant #160136
Tints of Blackcurrant #160136
RGB
CMYK
RGB Variations
Color information
#160136 (or 0x160136) is known color: Blackcurrant. HEX triplet: 16, 01 and 36. RGB value is (22,1,54). Sum of RGB (Red+Green+Blue) = 22+1+54=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #160136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160136 is #E9FEC9. Grayscale: #0D0D0D. Windows color (decimal): -15335114 or 3539222. OLE color: 3539222.
HSL color Cylindrical-coordinate representation of color #160136: hue angle of 263.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160136 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 1 | 54 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.79 |
| HSL | 263.77º | 0.96% | 0.11% | - |
| HSV(B) | 263.77º | 0.98% | 0.21% | - |
| XYZ | 1.01 | 0.46 | 3.53 | - |
| YUV | 13.32 | 150.96 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 54 | 0.59 | 0.98 | 0 | 0.79 | 263.77 | 0.96 | 0.11 |
| Hex | 16 | 1 | 36 | 3B | 62 | 0 | 4F | 108 | 60 | B |
| Octal | 26 | 1 | 66 | 73 | 142 | 0 | 117 | 410 | 140 | 13 |
| Binary | 10110 | 1 | 110110 | 111011 | 1100010 | 0 | 1001111 | 100001000 | 1100000 | 1011 |
Color Harmonies of #160136
Complementary color
Monochromatic Colors of #160136
Black with #160136
Text Example
Text Example
White with #160136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160136; }
p { color: rgb(22,1,54); }
H1.HeaderClassName
{
color: #160136;
}
.AnyTagClassName
{
color: #160136;
}
</style>
background-color css
<style>
a { background-color: #160136; }
a { background-color: rgb(22,1,54); }
div.DivClassName
{
background-color: #160136;
}
.BgClassName
{
background-color: #160136;
}
</style>
border-color css
<style>
span { border-color: #160136; }
span { border-color: rgb(22,1,54); }
td.TdClassName
{
border-color: #160136;
}
.TagClassName
{
border-color: #160136;
}
</style>