Shades of Blackcurrant #160132
Tints of Blackcurrant #160132
RGB
CMYK
RGB Variations
Color information
#160132 (or 0x160132) is known color: Blackcurrant. HEX triplet: 16, 01 and 32. RGB value is (22,1,50). Sum of RGB (Red+Green+Blue) = 22+1+50=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #160132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160132 is #E9FECD. Grayscale: #0C0C0C. Windows color (decimal): -15335118 or 3277078. OLE color: 3277078.
HSL color Cylindrical-coordinate representation of color #160132: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160132 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 1 | 50 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.80 |
| HSL | 265.71º | 0.96% | 0.1% | - |
| HSV(B) | 265.71º | 0.98% | 0.2% | - |
| XYZ | 0.92 | 0.42 | 3.05 | - |
| YUV | 12.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 50 | 0.56 | 0.98 | 0 | 0.80 | 265.71 | 0.96 | 0.1 |
| Hex | 16 | 1 | 32 | 38 | 62 | 0 | 50 | 10A | 60 | A |
| Octal | 26 | 1 | 62 | 70 | 142 | 0 | 120 | 412 | 140 | 12 |
| Binary | 10110 | 1 | 110010 | 111000 | 1100010 | 0 | 1010000 | 100001010 | 1100000 | 1010 |
Color Harmonies of #160132
Complementary color
Monochromatic Colors of #160132
Black with #160132
Text Example
Text Example
White with #160132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160132; }
p { color: rgb(22,1,50); }
H1.HeaderClassName
{
color: #160132;
}
.AnyTagClassName
{
color: #160132;
}
</style>
background-color css
<style>
a { background-color: #160132; }
a { background-color: rgb(22,1,50); }
div.DivClassName
{
background-color: #160132;
}
.BgClassName
{
background-color: #160132;
}
</style>
border-color css
<style>
span { border-color: #160132; }
span { border-color: rgb(22,1,50); }
td.TdClassName
{
border-color: #160132;
}
.TagClassName
{
border-color: #160132;
}
</style>