Shades of Blackcurrant #160621
Tints of Blackcurrant #160621
RGB
CMYK
RGB Variations
Color information
#160621 (or 0x160621) is known color: Blackcurrant. HEX triplet: 16, 06 and 21. RGB value is (22,6,33). Sum of RGB (Red+Green+Blue) = 22+6+33=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #160621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160621 is #E9F9DE. Grayscale: #0D0D0D. Windows color (decimal): -15333855 or 2164246. OLE color: 2164246.
HSL color Cylindrical-coordinate representation of color #160621: hue angle of 275.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #160621 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 6 | 33 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.87 |
| HSL | 275.56º | 0.69% | 0.08% | - |
| HSV(B) | 275.56º | 0.82% | 0.13% | - |
| XYZ | 0.67 | 0.41 | 1.48 | - |
| YUV | 13.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 33 | 0.33 | 0.82 | 0 | 0.87 | 275.56 | 0.69 | 0.08 |
| Hex | 16 | 6 | 21 | 21 | 52 | 0 | 57 | 114 | 45 | 8 |
| Octal | 26 | 6 | 41 | 41 | 122 | 0 | 127 | 424 | 105 | 10 |
| Binary | 10110 | 110 | 100001 | 100001 | 1010010 | 0 | 1010111 | 100010100 | 1000101 | 1000 |
Color Harmonies of #160621
Complementary color
Monochromatic Colors of #160621
Black with #160621
Text Example
Text Example
White with #160621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160621; }
p { color: rgb(22,6,33); }
H1.HeaderClassName
{
color: #160621;
}
.AnyTagClassName
{
color: #160621;
}
</style>
background-color css
<style>
a { background-color: #160621; }
a { background-color: rgb(22,6,33); }
div.DivClassName
{
background-color: #160621;
}
.BgClassName
{
background-color: #160621;
}
</style>
border-color css
<style>
span { border-color: #160621; }
span { border-color: rgb(22,6,33); }
td.TdClassName
{
border-color: #160621;
}
.TagClassName
{
border-color: #160621;
}
</style>