Shades of Blackcurrant #16031A
Tints of Blackcurrant #16031A
RGB
CMYK
RGB Variations
Color information
#16031A (or 0x16031A) is known color: Blackcurrant. HEX triplet: 16, 03 and 1A. RGB value is (22,3,26). Sum of RGB (Red+Green+Blue) = 22+3+26=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #16031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16031A is #E9FCE5. Grayscale: #0B0B0B. Windows color (decimal): -15334630 or 1704726. OLE color: 1704726.
HSL color Cylindrical-coordinate representation of color #16031A: hue angle of 289.57º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16031A is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 3 | 26 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.90 |
| HSL | 289.57º | 0.79% | 0.06% | - |
| HSV(B) | 289.57º | 0.88% | 0.1% | - |
| XYZ | 0.55 | 0.31 | 1.01 | - |
| YUV | 11.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 26 | 0.15 | 0.88 | 0 | 0.90 | 289.57 | 0.79 | 0.06 |
| Hex | 16 | 3 | 1A | F | 58 | 0 | 5A | 122 | 4F | 6 |
| Octal | 26 | 3 | 32 | 17 | 130 | 0 | 132 | 442 | 117 | 6 |
| Binary | 10110 | 11 | 11010 | 1111 | 1011000 | 0 | 1011010 | 100100010 | 1001111 | 110 |
Color Harmonies of #16031A
Complementary color
Monochromatic Colors of #16031A
Black with #16031A
Text Example
Text Example
White with #16031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16031A; }
p { color: rgb(22,3,26); }
H1.HeaderClassName
{
color: #16031A;
}
.AnyTagClassName
{
color: #16031A;
}
</style>
background-color css
<style>
a { background-color: #16031A; }
a { background-color: rgb(22,3,26); }
div.DivClassName
{
background-color: #16031A;
}
.BgClassName
{
background-color: #16031A;
}
</style>
border-color css
<style>
span { border-color: #16031A; }
span { border-color: rgb(22,3,26); }
td.TdClassName
{
border-color: #16031A;
}
.TagClassName
{
border-color: #16031A;
}
</style>