Shades of Blackcurrant #160D1F
Tints of Blackcurrant #160D1F
RGB
CMYK
RGB Variations
Color information
#160D1F (or 0x160D1F) is known color: Blackcurrant. HEX triplet: 16, 0D and 1F. RGB value is (22,13,31). Sum of RGB (Red+Green+Blue) = 22+13+31=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #160D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D1F is #E9F2E0. Grayscale: #111111. Windows color (decimal): -15332065 or 2034966. OLE color: 2034966.
HSL color Cylindrical-coordinate representation of color #160D1F: hue angle of 270º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #160D1F is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 13 | 31 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.88 |
| HSL | 270º | 0.41% | 0.09% | - |
| HSV(B) | 270º | 0.58% | 0.12% | - |
| XYZ | 0.72 | 0.56 | 1.37 | - |
| YUV | 17.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 31 | 0.29 | 0.58 | 0 | 0.88 | 270 | 0.41 | 0.09 |
| Hex | 16 | D | 1F | 1D | 3A | 0 | 58 | 10E | 29 | 9 |
| Octal | 26 | 15 | 37 | 35 | 72 | 0 | 130 | 416 | 51 | 11 |
| Binary | 10110 | 1101 | 11111 | 11101 | 111010 | 0 | 1011000 | 100001110 | 101001 | 1001 |
Color Harmonies of #160D1F
Complementary color
Monochromatic Colors of #160D1F
Black with #160D1F
Text Example
Text Example
White with #160D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D1F; }
p { color: rgb(22,13,31); }
H1.HeaderClassName
{
color: #160D1F;
}
.AnyTagClassName
{
color: #160D1F;
}
</style>
background-color css
<style>
a { background-color: #160D1F; }
a { background-color: rgb(22,13,31); }
div.DivClassName
{
background-color: #160D1F;
}
.BgClassName
{
background-color: #160D1F;
}
</style>
border-color css
<style>
span { border-color: #160D1F; }
span { border-color: rgb(22,13,31); }
td.TdClassName
{
border-color: #160D1F;
}
.TagClassName
{
border-color: #160D1F;
}
</style>