Shades of Blackcurrant #160334
Tints of Blackcurrant #160334
RGB
CMYK
RGB Variations
Color information
#160334 (or 0x160334) is known color: Blackcurrant. HEX triplet: 16, 03 and 34. RGB value is (22,3,52). Sum of RGB (Red+Green+Blue) = 22+3+52=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #160334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160334 is #E9FCCB. Grayscale: #0E0E0E. Windows color (decimal): -15334604 or 3408662. OLE color: 3408662.
HSL color Cylindrical-coordinate representation of color #160334: hue angle of 263.27º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160334 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 3 | 52 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.80 |
| HSL | 263.27º | 0.89% | 0.11% | - |
| HSV(B) | 263.27º | 0.94% | 0.2% | - |
| XYZ | 0.98 | 0.48 | 3.29 | - |
| YUV | 14.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 52 | 0.58 | 0.94 | 0 | 0.80 | 263.27 | 0.89 | 0.11 |
| Hex | 16 | 3 | 34 | 3A | 5E | 0 | 50 | 107 | 59 | B |
| Octal | 26 | 3 | 64 | 72 | 136 | 0 | 120 | 407 | 131 | 13 |
| Binary | 10110 | 11 | 110100 | 111010 | 1011110 | 0 | 1010000 | 100000111 | 1011001 | 1011 |
Color Harmonies of #160334
Complementary color
Monochromatic Colors of #160334
Black with #160334
Text Example
Text Example
White with #160334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160334; }
p { color: rgb(22,3,52); }
H1.HeaderClassName
{
color: #160334;
}
.AnyTagClassName
{
color: #160334;
}
</style>
background-color css
<style>
a { background-color: #160334; }
a { background-color: rgb(22,3,52); }
div.DivClassName
{
background-color: #160334;
}
.BgClassName
{
background-color: #160334;
}
</style>
border-color css
<style>
span { border-color: #160334; }
span { border-color: rgb(22,3,52); }
td.TdClassName
{
border-color: #160334;
}
.TagClassName
{
border-color: #160334;
}
</style>