Shades of Blackcurrant #16001F
Tints of Blackcurrant #16001F
RGB
CMYK
RGB Variations
Color information
#16001F (or 0x16001F) is known color: Blackcurrant. HEX triplet: 16, 00 and 1F. RGB value is (22,0,31). Sum of RGB (Red+Green+Blue) = 22+0+31=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #16001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16001F is #E9FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15335393 or 2031638. OLE color: 2031638.
HSL color Cylindrical-coordinate representation of color #16001F: hue angle of 282.58º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16001F is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 0 | 31 | - |
| CMYK | 0.29 | 1 | 0 | 0.88 |
| HSL | 282.58º | 1% | 0.06% | - |
| HSV(B) | 282.58º | 1% | 0.12% | - |
| XYZ | 0.58 | 0.27 | 1.32 | - |
| YUV | 10.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 31 | 0.29 | 1 | 0 | 0.88 | 282.58 | 1 | 0.06 |
| Hex | 16 | 0 | 1F | 1D | 64 | 0 | 58 | 11B | 64 | 6 |
| Octal | 26 | 0 | 37 | 35 | 144 | 0 | 130 | 433 | 144 | 6 |
| Binary | 10110 | 0 | 11111 | 11101 | 1100100 | 0 | 1011000 | 100011011 | 1100100 | 110 |
Color Harmonies of #16001F
Complementary color
Monochromatic Colors of #16001F
Black with #16001F
Text Example
Text Example
White with #16001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16001F; }
p { color: rgb(22,0,31); }
H1.HeaderClassName
{
color: #16001F;
}
.AnyTagClassName
{
color: #16001F;
}
</style>
background-color css
<style>
a { background-color: #16001F; }
a { background-color: rgb(22,0,31); }
div.DivClassName
{
background-color: #16001F;
}
.BgClassName
{
background-color: #16001F;
}
</style>
border-color css
<style>
span { border-color: #16001F; }
span { border-color: rgb(22,0,31); }
td.TdClassName
{
border-color: #16001F;
}
.TagClassName
{
border-color: #16001F;
}
</style>