Shades of Blackcurrant #110F12
Tints of Blackcurrant #110F12
RGB
CMYK
RGB Variations
Color information
#110F12 (or 0x110F12) is known color: Blackcurrant. HEX triplet: 11, 0F and 12. RGB value is (17,15,18). Sum of RGB (Red+Green+Blue) = 17+15+18=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 18 - color contains mainly: blue. Hex color #110F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F12 is #EEF0ED. Grayscale: #0F0F0F. Windows color (decimal): -15659246 or 1183505. OLE color: 1183505.
HSL color Cylindrical-coordinate representation of color #110F12: hue angle of 280º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #110F12 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 15 | 18 | - |
CMYK | 0.06 | 0.17 | 0 | 0.93 |
HSL | 280º | 0.09% | 0.06% | - |
HSV(B) | 280º | 0.17% | 0.07% | - |
XYZ | 0.51 | 0.5 | 0.64 | - |
YUV | 15.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 15 | 18 | 0.06 | 0.17 | 0 | 0.93 | 280 | 0.09 | 0.06 |
Hex | 11 | F | 12 | 6 | 11 | 0 | 5D | 118 | 9 | 6 |
Octal | 21 | 17 | 22 | 6 | 21 | 0 | 135 | 430 | 11 | 6 |
Binary | 10001 | 1111 | 10010 | 110 | 10001 | 0 | 1011101 | 100011000 | 1001 | 110 |
Color Harmonies of #110F12
Complementary color
Monochromatic Colors of #110F12
Black with #110F12
Text Example
Text Example
White with #110F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F12; }
p { color: rgb(17,15,18); }
H1.HeaderClassName
{
color: #110F12;
}
.AnyTagClassName
{
color: #110F12;
}
</style>
background-color css
<style>
a { background-color: #110F12; }
a { background-color: rgb(17,15,18); }
div.DivClassName
{
background-color: #110F12;
}
.BgClassName
{
background-color: #110F12;
}
</style>
border-color css
<style>
span { border-color: #110F12; }
span { border-color: rgb(17,15,18); }
td.TdClassName
{
border-color: #110F12;
}
.TagClassName
{
border-color: #110F12;
}
</style>