Shades of Blackcurrant #16111B
Tints of Blackcurrant #16111B
RGB
CMYK
RGB Variations
Color information
#16111B (or 0x16111B) is known color: Blackcurrant. HEX triplet: 16, 11 and 1B. RGB value is (22,17,27). Sum of RGB (Red+Green+Blue) = 22+17+27=66 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.33% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #16111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16111B is #E9EEE4. Grayscale: #131313. Windows color (decimal): -15331045 or 1773846. OLE color: 1773846.
HSL color Cylindrical-coordinate representation of color #16111B: hue angle of 270º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #16111B is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 17 | 27 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.89 |
| HSL | 270º | 0.23% | 0.09% | - |
| HSV(B) | 270º | 0.37% | 0.11% | - |
| XYZ | 0.73 | 0.65 | 1.12 | - |
| YUV | 19.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 17 | 27 | 0.19 | 0.37 | 0 | 0.89 | 270 | 0.23 | 0.09 |
| Hex | 16 | 11 | 1B | 13 | 25 | 0 | 59 | 10E | 17 | 9 |
| Octal | 26 | 21 | 33 | 23 | 45 | 0 | 131 | 416 | 27 | 11 |
| Binary | 10110 | 10001 | 11011 | 10011 | 100101 | 0 | 1011001 | 100001110 | 10111 | 1001 |
Color Harmonies of #16111B
Complementary color
Monochromatic Colors of #16111B
Black with #16111B
Text Example
Text Example
White with #16111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16111B; }
p { color: rgb(22,17,27); }
H1.HeaderClassName
{
color: #16111B;
}
.AnyTagClassName
{
color: #16111B;
}
</style>
background-color css
<style>
a { background-color: #16111B; }
a { background-color: rgb(22,17,27); }
div.DivClassName
{
background-color: #16111B;
}
.BgClassName
{
background-color: #16111B;
}
</style>
border-color css
<style>
span { border-color: #16111B; }
span { border-color: rgb(22,17,27); }
td.TdClassName
{
border-color: #16111B;
}
.TagClassName
{
border-color: #16111B;
}
</style>