Shades of Blackcurrant #160620
Tints of Blackcurrant #160620
RGB
CMYK
RGB Variations
Color information
#160620 (or 0x160620) is known color: Blackcurrant. HEX triplet: 16, 06 and 20. RGB value is (22,6,32). Sum of RGB (Red+Green+Blue) = 22+6+32=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #160620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160620 is #E9F9DF. Grayscale: #0D0D0D. Windows color (decimal): -15333856 or 2098710. OLE color: 2098710.
HSL color Cylindrical-coordinate representation of color #160620: hue angle of 276.92º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #160620 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 6 | 32 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.87 |
| HSL | 276.92º | 0.68% | 0.07% | - |
| HSV(B) | 276.92º | 0.81% | 0.13% | - |
| XYZ | 0.66 | 0.41 | 1.41 | - |
| YUV | 13.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 32 | 0.31 | 0.81 | 0 | 0.87 | 276.92 | 0.68 | 0.07 |
| Hex | 16 | 6 | 20 | 1F | 51 | 0 | 57 | 115 | 44 | 7 |
| Octal | 26 | 6 | 40 | 37 | 121 | 0 | 127 | 425 | 104 | 7 |
| Binary | 10110 | 110 | 100000 | 11111 | 1010001 | 0 | 1010111 | 100010101 | 1000100 | 111 |
Color Harmonies of #160620
Complementary color
Monochromatic Colors of #160620
Black with #160620
Text Example
Text Example
White with #160620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160620; }
p { color: rgb(22,6,32); }
H1.HeaderClassName
{
color: #160620;
}
.AnyTagClassName
{
color: #160620;
}
</style>
background-color css
<style>
a { background-color: #160620; }
a { background-color: rgb(22,6,32); }
div.DivClassName
{
background-color: #160620;
}
.BgClassName
{
background-color: #160620;
}
</style>
border-color css
<style>
span { border-color: #160620; }
span { border-color: rgb(22,6,32); }
td.TdClassName
{
border-color: #160620;
}
.TagClassName
{
border-color: #160620;
}
</style>