Shades of Blackcurrant #110918
Tints of Blackcurrant #110918
RGB
CMYK
RGB Variations
Color information
#110918 (or 0x110918) is known color: Blackcurrant. HEX triplet: 11, 09 and 18. RGB value is (17,9,24). Sum of RGB (Red+Green+Blue) = 17+9+24=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 24 (9.77% from 255 or 48% from 50); Max value from RGB is 24 - color contains mainly: blue. Hex color #110918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110918 is #EEF6E7. Grayscale: #0D0D0D. Windows color (decimal): -15660776 or 1575185. OLE color: 1575185.
HSL color Cylindrical-coordinate representation of color #110918: hue angle of 272º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #110918 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 9 | 24 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.91 |
| HSL | 272º | 0.45% | 0.06% | - |
| HSV(B) | 272º | 0.63% | 0.09% | - |
| XYZ | 0.49 | 0.38 | 0.91 | - |
| YUV | 13.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 24 | 0.29 | 0.63 | 0 | 0.91 | 272 | 0.45 | 0.06 |
| Hex | 11 | 9 | 18 | 1D | 3F | 0 | 5B | 110 | 2D | 6 |
| Octal | 21 | 11 | 30 | 35 | 77 | 0 | 133 | 420 | 55 | 6 |
| Binary | 10001 | 1001 | 11000 | 11101 | 111111 | 0 | 1011011 | 100010000 | 101101 | 110 |
Color Harmonies of #110918
Complementary color
Monochromatic Colors of #110918
Black with #110918
Text Example
Text Example
White with #110918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110918; }
p { color: rgb(17,9,24); }
H1.HeaderClassName
{
color: #110918;
}
.AnyTagClassName
{
color: #110918;
}
</style>
background-color css
<style>
a { background-color: #110918; }
a { background-color: rgb(17,9,24); }
div.DivClassName
{
background-color: #110918;
}
.BgClassName
{
background-color: #110918;
}
</style>
border-color css
<style>
span { border-color: #110918; }
span { border-color: rgb(17,9,24); }
td.TdClassName
{
border-color: #110918;
}
.TagClassName
{
border-color: #110918;
}
</style>