Shades of Blackcurrant #16031E
Tints of Blackcurrant #16031E
RGB
CMYK
RGB Variations
Color information
#16031E (or 0x16031E) is known color: Blackcurrant. HEX triplet: 16, 03 and 1E. RGB value is (22,3,30). Sum of RGB (Red+Green+Blue) = 22+3+30=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #16031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16031E is #E9FCE1. Grayscale: #0B0B0B. Windows color (decimal): -15334626 or 1966870. OLE color: 1966870.
HSL color Cylindrical-coordinate representation of color #16031E: hue angle of 282.22º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16031E is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 3 | 30 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.88 |
| HSL | 282.22º | 0.82% | 0.06% | - |
| HSV(B) | 282.22º | 0.9% | 0.12% | - |
| XYZ | 0.6 | 0.33 | 1.26 | - |
| YUV | 11.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 30 | 0.27 | 0.90 | 0 | 0.88 | 282.22 | 0.82 | 0.06 |
| Hex | 16 | 3 | 1E | 1B | 5A | 0 | 58 | 11A | 52 | 6 |
| Octal | 26 | 3 | 36 | 33 | 132 | 0 | 130 | 432 | 122 | 6 |
| Binary | 10110 | 11 | 11110 | 11011 | 1011010 | 0 | 1011000 | 100011010 | 1010010 | 110 |
Color Harmonies of #16031E
Complementary color
Monochromatic Colors of #16031E
Black with #16031E
Text Example
Text Example
White with #16031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16031E; }
p { color: rgb(22,3,30); }
H1.HeaderClassName
{
color: #16031E;
}
.AnyTagClassName
{
color: #16031E;
}
</style>
background-color css
<style>
a { background-color: #16031E; }
a { background-color: rgb(22,3,30); }
div.DivClassName
{
background-color: #16031E;
}
.BgClassName
{
background-color: #16031E;
}
</style>
border-color css
<style>
span { border-color: #16031E; }
span { border-color: rgb(22,3,30); }
td.TdClassName
{
border-color: #16031E;
}
.TagClassName
{
border-color: #16031E;
}
</style>