Shades of Blackcurrant #110B16
Tints of Blackcurrant #110B16
RGB
CMYK
RGB Variations
Color information
#110B16 (or 0x110B16) is known color: Blackcurrant. HEX triplet: 11, 0B and 16. RGB value is (17,11,22). Sum of RGB (Red+Green+Blue) = 17+11+22=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #110B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B16 is #EEF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15660266 or 1444625. OLE color: 1444625.
HSL color Cylindrical-coordinate representation of color #110B16: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110B16 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 11 | 22 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.91 |
| HSL | 272.73º | 0.33% | 0.06% | - |
| HSV(B) | 272.73º | 0.5% | 0.09% | - |
| XYZ | 0.5 | 0.42 | 0.81 | - |
| YUV | 14.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 22 | 0.23 | 0.5 | 0 | 0.91 | 272.73 | 0.33 | 0.06 |
| Hex | 11 | B | 16 | 17 | 32 | 0 | 5B | 111 | 21 | 6 |
| Octal | 21 | 13 | 26 | 27 | 62 | 0 | 133 | 421 | 41 | 6 |
| Binary | 10001 | 1011 | 10110 | 10111 | 110010 | 0 | 1011011 | 100010001 | 100001 | 110 |
Color Harmonies of #110B16
Complementary color
Monochromatic Colors of #110B16
Black with #110B16
Text Example
Text Example
White with #110B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B16; }
p { color: rgb(17,11,22); }
H1.HeaderClassName
{
color: #110B16;
}
.AnyTagClassName
{
color: #110B16;
}
</style>
background-color css
<style>
a { background-color: #110B16; }
a { background-color: rgb(17,11,22); }
div.DivClassName
{
background-color: #110B16;
}
.BgClassName
{
background-color: #110B16;
}
</style>
border-color css
<style>
span { border-color: #110B16; }
span { border-color: rgb(17,11,22); }
td.TdClassName
{
border-color: #110B16;
}
.TagClassName
{
border-color: #110B16;
}
</style>