Shades of Blackcurrant #160D1E
Tints of Blackcurrant #160D1E
RGB
CMYK
RGB Variations
Color information
#160D1E (or 0x160D1E) is known color: Blackcurrant. HEX triplet: 16, 0D and 1E. RGB value is (22,13,30). Sum of RGB (Red+Green+Blue) = 22+13+30=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #160D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D1E is #E9F2E1. Grayscale: #111111. Windows color (decimal): -15332066 or 1969430. OLE color: 1969430.
HSL color Cylindrical-coordinate representation of color #160D1E: hue angle of 271.76º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #160D1E is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 13 | 30 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.88 |
| HSL | 271.76º | 0.4% | 0.08% | - |
| HSV(B) | 271.76º | 0.57% | 0.12% | - |
| XYZ | 0.71 | 0.55 | 1.3 | - |
| YUV | 17.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 30 | 0.27 | 0.57 | 0 | 0.88 | 271.76 | 0.4 | 0.08 |
| Hex | 16 | D | 1E | 1B | 39 | 0 | 58 | 110 | 28 | 8 |
| Octal | 26 | 15 | 36 | 33 | 71 | 0 | 130 | 420 | 50 | 10 |
| Binary | 10110 | 1101 | 11110 | 11011 | 111001 | 0 | 1011000 | 100010000 | 101000 | 1000 |
Color Harmonies of #160D1E
Complementary color
Monochromatic Colors of #160D1E
Black with #160D1E
Text Example
Text Example
White with #160D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D1E; }
p { color: rgb(22,13,30); }
H1.HeaderClassName
{
color: #160D1E;
}
.AnyTagClassName
{
color: #160D1E;
}
</style>
background-color css
<style>
a { background-color: #160D1E; }
a { background-color: rgb(22,13,30); }
div.DivClassName
{
background-color: #160D1E;
}
.BgClassName
{
background-color: #160D1E;
}
</style>
border-color css
<style>
span { border-color: #160D1E; }
span { border-color: rgb(22,13,30); }
td.TdClassName
{
border-color: #160D1E;
}
.TagClassName
{
border-color: #160D1E;
}
</style>