Shades of Blackcurrant #160D21
Tints of Blackcurrant #160D21
RGB
CMYK
RGB Variations
Color information
#160D21 (or 0x160D21) is known color: Blackcurrant. HEX triplet: 16, 0D and 21. RGB value is (22,13,33). Sum of RGB (Red+Green+Blue) = 22+13+33=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #160D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D21 is #E9F2DE. Grayscale: #111111. Windows color (decimal): -15332063 or 2166038. OLE color: 2166038.
HSL color Cylindrical-coordinate representation of color #160D21: hue angle of 267º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #160D21 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 13 | 33 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.87 |
| HSL | 267º | 0.43% | 0.09% | - |
| HSV(B) | 267º | 0.61% | 0.13% | - |
| XYZ | 0.75 | 0.57 | 1.51 | - |
| YUV | 17.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 33 | 0.33 | 0.61 | 0 | 0.87 | 267 | 0.43 | 0.09 |
| Hex | 16 | D | 21 | 21 | 3D | 0 | 57 | 10B | 2B | 9 |
| Octal | 26 | 15 | 41 | 41 | 75 | 0 | 127 | 413 | 53 | 11 |
| Binary | 10110 | 1101 | 100001 | 100001 | 111101 | 0 | 1010111 | 100001011 | 101011 | 1001 |
Color Harmonies of #160D21
Complementary color
Monochromatic Colors of #160D21
Black with #160D21
Text Example
Text Example
White with #160D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D21; }
p { color: rgb(22,13,33); }
H1.HeaderClassName
{
color: #160D21;
}
.AnyTagClassName
{
color: #160D21;
}
</style>
background-color css
<style>
a { background-color: #160D21; }
a { background-color: rgb(22,13,33); }
div.DivClassName
{
background-color: #160D21;
}
.BgClassName
{
background-color: #160D21;
}
</style>
border-color css
<style>
span { border-color: #160D21; }
span { border-color: rgb(22,13,33); }
td.TdClassName
{
border-color: #160D21;
}
.TagClassName
{
border-color: #160D21;
}
</style>