Shades of Blackcurrant #110F13
Tints of Blackcurrant #110F13
RGB
CMYK
RGB Variations
Color information
#110F13 (or 0x110F13) is known color: Blackcurrant. HEX triplet: 11, 0F and 13. RGB value is (17,15,19). Sum of RGB (Red+Green+Blue) = 17+15+19=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 19 - color contains mainly: blue. Hex color #110F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F13 is #EEF0EC. Grayscale: #101010. Windows color (decimal): -15659245 or 1249041. OLE color: 1249041.
HSL color Cylindrical-coordinate representation of color #110F13: hue angle of 270º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #110F13 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 15 | 19 | - |
CMYK | 0.11 | 0.21 | 0 | 0.93 |
HSL | 270º | 0.12% | 0.07% | - |
HSV(B) | 270º | 0.21% | 0.07% | - |
XYZ | 0.52 | 0.51 | 0.69 | - |
YUV | 16.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 15 | 19 | 0.11 | 0.21 | 0 | 0.93 | 270 | 0.12 | 0.07 |
Hex | 11 | F | 13 | B | 15 | 0 | 5D | 10E | C | 7 |
Octal | 21 | 17 | 23 | 13 | 25 | 0 | 135 | 416 | 14 | 7 |
Binary | 10001 | 1111 | 10011 | 1011 | 10101 | 0 | 1011101 | 100001110 | 1100 | 111 |
Color Harmonies of #110F13
Complementary color
Monochromatic Colors of #110F13
Black with #110F13
Text Example
Text Example
White with #110F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F13; }
p { color: rgb(17,15,19); }
H1.HeaderClassName
{
color: #110F13;
}
.AnyTagClassName
{
color: #110F13;
}
</style>
background-color css
<style>
a { background-color: #110F13; }
a { background-color: rgb(17,15,19); }
div.DivClassName
{
background-color: #110F13;
}
.BgClassName
{
background-color: #110F13;
}
</style>
border-color css
<style>
span { border-color: #110F13; }
span { border-color: rgb(17,15,19); }
td.TdClassName
{
border-color: #110F13;
}
.TagClassName
{
border-color: #110F13;
}
</style>