Shades of Blackcurrant #110F14
Tints of Blackcurrant #110F14
RGB
CMYK
RGB Variations
Color information
#110F14 (or 0x110F14) is known color: Blackcurrant. HEX triplet: 11, 0F and 14. RGB value is (17,15,20). Sum of RGB (Red+Green+Blue) = 17+15+20=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #110F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F14 is #EEF0EB. Grayscale: #101010. Windows color (decimal): -15659244 or 1314577. OLE color: 1314577.
HSL color Cylindrical-coordinate representation of color #110F14: hue angle of 264º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #110F14 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 15 | 20 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.92 |
| HSL | 264º | 0.14% | 0.07% | - |
| HSV(B) | 264º | 0.25% | 0.08% | - |
| XYZ | 0.53 | 0.51 | 0.73 | - |
| YUV | 16.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 20 | 0.15 | 0.25 | 0 | 0.92 | 264 | 0.14 | 0.07 |
| Hex | 11 | F | 14 | F | 19 | 0 | 5C | 108 | E | 7 |
| Octal | 21 | 17 | 24 | 17 | 31 | 0 | 134 | 410 | 16 | 7 |
| Binary | 10001 | 1111 | 10100 | 1111 | 11001 | 0 | 1011100 | 100001000 | 1110 | 111 |
Color Harmonies of #110F14
Complementary color
Monochromatic Colors of #110F14
Black with #110F14
Text Example
Text Example
White with #110F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F14; }
p { color: rgb(17,15,20); }
H1.HeaderClassName
{
color: #110F14;
}
.AnyTagClassName
{
color: #110F14;
}
</style>
background-color css
<style>
a { background-color: #110F14; }
a { background-color: rgb(17,15,20); }
div.DivClassName
{
background-color: #110F14;
}
.BgClassName
{
background-color: #110F14;
}
</style>
border-color css
<style>
span { border-color: #110F14; }
span { border-color: rgb(17,15,20); }
td.TdClassName
{
border-color: #110F14;
}
.TagClassName
{
border-color: #110F14;
}
</style>