Shades of Blackcurrant #16111A
Tints of Blackcurrant #16111A
RGB
CMYK
RGB Variations
Color information
#16111A (or 0x16111A) is known color: Blackcurrant. HEX triplet: 16, 11 and 1A. RGB value is (22,17,26). Sum of RGB (Red+Green+Blue) = 22+17+26=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #16111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111A is #E9EEE5. Grayscale: #131313. Windows color (decimal): -15331046 or 1708310. OLE color: 1708310.
HSL color Cylindrical-coordinate representation of color #16111A: hue angle of 273.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #16111A is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 22 | 17 | 26 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.90 |
| HSL | 273.33º | 0.21% | 0.08% | - |
| HSV(B) | 273.33º | 0.35% | 0.1% | - |
| XYZ | 0.72 | 0.65 | 1.06 | - |
| YUV | 19.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 26 | 0.15 | 0.35 | 0 | 0.90 | 273.33 | 0.21 | 0.08 |
| Hex | 16 | 11 | 1A | F | 23 | 0 | 5A | 111 | 15 | 8 |
| Octal | 26 | 21 | 32 | 17 | 43 | 0 | 132 | 421 | 25 | 10 |
| Binary | 10110 | 10001 | 11010 | 1111 | 100011 | 0 | 1011010 | 100010001 | 10101 | 1000 |
Color Harmonies of #16111A
Complementary color
Monochromatic Colors of #16111A
Black with #16111A
Text Example
Text Example
White with #16111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16111A; }
p { color: rgb(22,17,26); }
H1.HeaderClassName
{
color: #16111A;
}
.AnyTagClassName
{
color: #16111A;
}
</style>
background-color css
<style>
a { background-color: #16111A; }
a { background-color: rgb(22,17,26); }
div.DivClassName
{
background-color: #16111A;
}
.BgClassName
{
background-color: #16111A;
}
</style>
border-color css
<style>
span { border-color: #16111A; }
span { border-color: rgb(22,17,26); }
td.TdClassName
{
border-color: #16111A;
}
.TagClassName
{
border-color: #16111A;
}
</style>