Shades of Blackcurrant #110C13
Tints of Blackcurrant #110C13
RGB
CMYK
RGB Variations
Color information
#110C13 (or 0x110C13) is known color: Blackcurrant. HEX triplet: 11, 0C and 13. RGB value is (17,12,19). Sum of RGB (Red+Green+Blue) = 17+12+19=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: blue. Hex color #110C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C13 is #EEF3EC. Grayscale: #0E0E0E. Windows color (decimal): -15660013 or 1248273. OLE color: 1248273.
HSL color Cylindrical-coordinate representation of color #110C13: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #110C13 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 19 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.93 |
| HSL | 282.86º | 0.23% | 0.06% | - |
| HSV(B) | 282.86º | 0.37% | 0.07% | - |
| XYZ | 0.48 | 0.43 | 0.67 | - |
| YUV | 14.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 19 | 0.11 | 0.37 | 0 | 0.93 | 282.86 | 0.23 | 0.06 |
| Hex | 11 | C | 13 | B | 25 | 0 | 5D | 11B | 17 | 6 |
| Octal | 21 | 14 | 23 | 13 | 45 | 0 | 135 | 433 | 27 | 6 |
| Binary | 10001 | 1100 | 10011 | 1011 | 100101 | 0 | 1011101 | 100011011 | 10111 | 110 |
Color Harmonies of #110C13
Complementary color
Monochromatic Colors of #110C13
Black with #110C13
Text Example
Text Example
White with #110C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C13; }
p { color: rgb(17,12,19); }
H1.HeaderClassName
{
color: #110C13;
}
.AnyTagClassName
{
color: #110C13;
}
</style>
background-color css
<style>
a { background-color: #110C13; }
a { background-color: rgb(17,12,19); }
div.DivClassName
{
background-color: #110C13;
}
.BgClassName
{
background-color: #110C13;
}
</style>
border-color css
<style>
span { border-color: #110C13; }
span { border-color: rgb(17,12,19); }
td.TdClassName
{
border-color: #110C13;
}
.TagClassName
{
border-color: #110C13;
}
</style>