Shades of Blackcurrant #16071E
Tints of Blackcurrant #16071E
RGB
CMYK
RGB Variations
Color information
#16071E (or 0x16071E) is known color: Blackcurrant. HEX triplet: 16, 07 and 1E. RGB value is (22,7,30). Sum of RGB (Red+Green+Blue) = 22+7+30=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #16071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16071E is #E9F8E1. Grayscale: #0E0E0E. Windows color (decimal): -15333602 or 1967894. OLE color: 1967894.
HSL color Cylindrical-coordinate representation of color #16071E: hue angle of 279.13º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16071E is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 7 | 30 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.88 |
| HSL | 279.13º | 0.62% | 0.07% | - |
| HSV(B) | 279.13º | 0.77% | 0.12% | - |
| XYZ | 0.64 | 0.42 | 1.27 | - |
| YUV | 14.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 30 | 0.27 | 0.77 | 0 | 0.88 | 279.13 | 0.62 | 0.07 |
| Hex | 16 | 7 | 1E | 1B | 4D | 0 | 58 | 117 | 3E | 7 |
| Octal | 26 | 7 | 36 | 33 | 115 | 0 | 130 | 427 | 76 | 7 |
| Binary | 10110 | 111 | 11110 | 11011 | 1001101 | 0 | 1011000 | 100010111 | 111110 | 111 |
Color Harmonies of #16071E
Complementary color
Monochromatic Colors of #16071E
Black with #16071E
Text Example
Text Example
White with #16071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16071E; }
p { color: rgb(22,7,30); }
H1.HeaderClassName
{
color: #16071E;
}
.AnyTagClassName
{
color: #16071E;
}
</style>
background-color css
<style>
a { background-color: #16071E; }
a { background-color: rgb(22,7,30); }
div.DivClassName
{
background-color: #16071E;
}
.BgClassName
{
background-color: #16071E;
}
</style>
border-color css
<style>
span { border-color: #16071E; }
span { border-color: rgb(22,7,30); }
td.TdClassName
{
border-color: #16071E;
}
.TagClassName
{
border-color: #16071E;
}
</style>