Shades of Blackcurrant #110A14
Tints of Blackcurrant #110A14
RGB
CMYK
RGB Variations
Color information
#110A14 (or 0x110A14) is known color: Blackcurrant. HEX triplet: 11, 0A and 14. RGB value is (17,10,20). Sum of RGB (Red+Green+Blue) = 17+10+20=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #110A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A14 is #EEF5EB. Grayscale: #0D0D0D. Windows color (decimal): -15660524 or 1313297. OLE color: 1313297.
HSL color Cylindrical-coordinate representation of color #110A14: hue angle of 282º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110A14 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 10 | 20 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.92 |
| HSL | 282º | 0.33% | 0.06% | - |
| HSV(B) | 282º | 0.5% | 0.08% | - |
| XYZ | 0.47 | 0.39 | 0.71 | - |
| YUV | 13.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 20 | 0.15 | 0.50 | 0 | 0.92 | 282 | 0.33 | 0.06 |
| Hex | 11 | A | 14 | F | 32 | 0 | 5C | 11A | 21 | 6 |
| Octal | 21 | 12 | 24 | 17 | 62 | 0 | 134 | 432 | 41 | 6 |
| Binary | 10001 | 1010 | 10100 | 1111 | 110010 | 0 | 1011100 | 100011010 | 100001 | 110 |
Color Harmonies of #110A14
Complementary color
Monochromatic Colors of #110A14
Black with #110A14
Text Example
Text Example
White with #110A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A14; }
p { color: rgb(17,10,20); }
H1.HeaderClassName
{
color: #110A14;
}
.AnyTagClassName
{
color: #110A14;
}
</style>
background-color css
<style>
a { background-color: #110A14; }
a { background-color: rgb(17,10,20); }
div.DivClassName
{
background-color: #110A14;
}
.BgClassName
{
background-color: #110A14;
}
</style>
border-color css
<style>
span { border-color: #110A14; }
span { border-color: rgb(17,10,20); }
td.TdClassName
{
border-color: #110A14;
}
.TagClassName
{
border-color: #110A14;
}
</style>