Shades of Blackcurrant #110913
Tints of Blackcurrant #110913
RGB
CMYK
RGB Variations
Color information
#110913 (or 0x110913) is known color: Blackcurrant. HEX triplet: 11, 09 and 13. RGB value is (17,9,19). Sum of RGB (Red+Green+Blue) = 17+9+19=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #110913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110913 is #EEF6EC. Grayscale: #0C0C0C. Windows color (decimal): -15660781 or 1247505. OLE color: 1247505.
HSL color Cylindrical-coordinate representation of color #110913: hue angle of 288º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #110913 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 9 | 19 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.93 |
| HSL | 288º | 0.36% | 0.05% | - |
| HSV(B) | 288º | 0.53% | 0.07% | - |
| XYZ | 0.45 | 0.36 | 0.66 | - |
| YUV | 12.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 19 | 0.11 | 0.53 | 0 | 0.93 | 288 | 0.36 | 0.05 |
| Hex | 11 | 9 | 13 | B | 35 | 0 | 5D | 120 | 24 | 5 |
| Octal | 21 | 11 | 23 | 13 | 65 | 0 | 135 | 440 | 44 | 5 |
| Binary | 10001 | 1001 | 10011 | 1011 | 110101 | 0 | 1011101 | 100100000 | 100100 | 101 |
Color Harmonies of #110913
Complementary color
Monochromatic Colors of #110913
Black with #110913
Text Example
Text Example
White with #110913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110913; }
p { color: rgb(17,9,19); }
H1.HeaderClassName
{
color: #110913;
}
.AnyTagClassName
{
color: #110913;
}
</style>
background-color css
<style>
a { background-color: #110913; }
a { background-color: rgb(17,9,19); }
div.DivClassName
{
background-color: #110913;
}
.BgClassName
{
background-color: #110913;
}
</style>
border-color css
<style>
span { border-color: #110913; }
span { border-color: rgb(17,9,19); }
td.TdClassName
{
border-color: #110913;
}
.TagClassName
{
border-color: #110913;
}
</style>