Shades of Blackcurrant #160137
Tints of Blackcurrant #160137
RGB
CMYK
RGB Variations
Color information
#160137 (or 0x160137) is known color: Blackcurrant. HEX triplet: 16, 01 and 37. RGB value is (22,1,55). Sum of RGB (Red+Green+Blue) = 22+1+55=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #160137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160137 is #E9FEC8. Grayscale: #0D0D0D. Windows color (decimal): -15335113 or 3604758. OLE color: 3604758.
HSL color Cylindrical-coordinate representation of color #160137: hue angle of 263.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160137 is Cyan = 0.6, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 1 | 55 | - |
| CMYK | 0.6 | 0.98 | 0 | 0.78 |
| HSL | 263.33º | 0.96% | 0.11% | - |
| HSV(B) | 263.33º | 0.98% | 0.22% | - |
| XYZ | 1.03 | 0.47 | 3.65 | - |
| YUV | 13.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 55 | 0.6 | 0.98 | 0 | 0.78 | 263.33 | 0.96 | 0.11 |
| Hex | 16 | 1 | 37 | 3C | 62 | 0 | 4E | 107 | 60 | B |
| Octal | 26 | 1 | 67 | 74 | 142 | 0 | 116 | 407 | 140 | 13 |
| Binary | 10110 | 1 | 110111 | 111100 | 1100010 | 0 | 1001110 | 100000111 | 1100000 | 1011 |
Color Harmonies of #160137
Complementary color
Monochromatic Colors of #160137
Black with #160137
Text Example
Text Example
White with #160137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160137; }
p { color: rgb(22,1,55); }
H1.HeaderClassName
{
color: #160137;
}
.AnyTagClassName
{
color: #160137;
}
</style>
background-color css
<style>
a { background-color: #160137; }
a { background-color: rgb(22,1,55); }
div.DivClassName
{
background-color: #160137;
}
.BgClassName
{
background-color: #160137;
}
</style>
border-color css
<style>
span { border-color: #160137; }
span { border-color: rgb(22,1,55); }
td.TdClassName
{
border-color: #160137;
}
.TagClassName
{
border-color: #160137;
}
</style>