Shades of Blackcurrant #16031D
Tints of Blackcurrant #16031D
RGB
CMYK
RGB Variations
Color information
#16031D (or 0x16031D) is known color: Blackcurrant. HEX triplet: 16, 03 and 1D. RGB value is (22,3,29). Sum of RGB (Red+Green+Blue) = 22+3+29=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #16031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16031D is #E9FCE2. Grayscale: #0B0B0B. Windows color (decimal): -15334627 or 1901334. OLE color: 1901334.
HSL color Cylindrical-coordinate representation of color #16031D: hue angle of 283.85º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16031D is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 3 | 29 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.89 |
| HSL | 283.85º | 0.81% | 0.06% | - |
| HSV(B) | 283.85º | 0.9% | 0.11% | - |
| XYZ | 0.59 | 0.32 | 1.19 | - |
| YUV | 11.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 29 | 0.24 | 0.90 | 0 | 0.89 | 283.85 | 0.81 | 0.06 |
| Hex | 16 | 3 | 1D | 18 | 5A | 0 | 59 | 11C | 51 | 6 |
| Octal | 26 | 3 | 35 | 30 | 132 | 0 | 131 | 434 | 121 | 6 |
| Binary | 10110 | 11 | 11101 | 11000 | 1011010 | 0 | 1011001 | 100011100 | 1010001 | 110 |
Color Harmonies of #16031D
Complementary color
Monochromatic Colors of #16031D
Black with #16031D
Text Example
Text Example
White with #16031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16031D; }
p { color: rgb(22,3,29); }
H1.HeaderClassName
{
color: #16031D;
}
.AnyTagClassName
{
color: #16031D;
}
</style>
background-color css
<style>
a { background-color: #16031D; }
a { background-color: rgb(22,3,29); }
div.DivClassName
{
background-color: #16031D;
}
.BgClassName
{
background-color: #16031D;
}
</style>
border-color css
<style>
span { border-color: #16031D; }
span { border-color: rgb(22,3,29); }
td.TdClassName
{
border-color: #16031D;
}
.TagClassName
{
border-color: #16031D;
}
</style>