Shades of Blackcurrant #110A16
Tints of Blackcurrant #110A16
RGB
CMYK
RGB Variations
Color information
#110A16 (or 0x110A16) is known color: Blackcurrant. HEX triplet: 11, 0A and 16. RGB value is (17,10,22). Sum of RGB (Red+Green+Blue) = 17+10+22=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #110A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A16 is #EEF5E9. Grayscale: #0D0D0D. Windows color (decimal): -15660522 or 1444369. OLE color: 1444369.
HSL color Cylindrical-coordinate representation of color #110A16: hue angle of 275º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #110A16 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 10 | 22 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.91 |
| HSL | 275º | 0.38% | 0.06% | - |
| HSV(B) | 275º | 0.55% | 0.09% | - |
| XYZ | 0.48 | 0.39 | 0.81 | - |
| YUV | 13.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 22 | 0.23 | 0.55 | 0 | 0.91 | 275 | 0.38 | 0.06 |
| Hex | 11 | A | 16 | 17 | 37 | 0 | 5B | 113 | 26 | 6 |
| Octal | 21 | 12 | 26 | 27 | 67 | 0 | 133 | 423 | 46 | 6 |
| Binary | 10001 | 1010 | 10110 | 10111 | 110111 | 0 | 1011011 | 100010011 | 100110 | 110 |
Color Harmonies of #110A16
Complementary color
Monochromatic Colors of #110A16
Black with #110A16
Text Example
Text Example
White with #110A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A16; }
p { color: rgb(17,10,22); }
H1.HeaderClassName
{
color: #110A16;
}
.AnyTagClassName
{
color: #110A16;
}
</style>
background-color css
<style>
a { background-color: #110A16; }
a { background-color: rgb(17,10,22); }
div.DivClassName
{
background-color: #110A16;
}
.BgClassName
{
background-color: #110A16;
}
</style>
border-color css
<style>
span { border-color: #110A16; }
span { border-color: rgb(17,10,22); }
td.TdClassName
{
border-color: #110A16;
}
.TagClassName
{
border-color: #110A16;
}
</style>