Shades of Blackcurrant #110024
Tints of Blackcurrant #110024
RGB
CMYK
RGB Variations
Color information
#110024 (or 0x110024) is known color: Blackcurrant. HEX triplet: 11, 00 and 24. RGB value is (17,0,36). Sum of RGB (Red+Green+Blue) = 17+0+36=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #110024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110024 is #EEFFDB. Grayscale: #090909. Windows color (decimal): -15663068 or 2359313. OLE color: 2359313.
HSL color Cylindrical-coordinate representation of color #110024: hue angle of 268.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110024 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 0 | 36 | - |
| CMYK | 0.53 | 1 | 0 | 0.86 |
| HSL | 268.33º | 1% | 0.07% | - |
| HSV(B) | 268.33º | 1% | 0.14% | - |
| XYZ | 0.55 | 0.25 | 1.69 | - |
| YUV | 9.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 36 | 0.53 | 1 | 0 | 0.86 | 268.33 | 1 | 0.07 |
| Hex | 11 | 0 | 24 | 35 | 64 | 0 | 56 | 10C | 64 | 7 |
| Octal | 21 | 0 | 44 | 65 | 144 | 0 | 126 | 414 | 144 | 7 |
| Binary | 10001 | 0 | 100100 | 110101 | 1100100 | 0 | 1010110 | 100001100 | 1100100 | 111 |
Color Harmonies of #110024
Complementary color
Monochromatic Colors of #110024
Black with #110024
Text Example
Text Example
White with #110024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110024; }
p { color: rgb(17,0,36); }
H1.HeaderClassName
{
color: #110024;
}
.AnyTagClassName
{
color: #110024;
}
</style>
background-color css
<style>
a { background-color: #110024; }
a { background-color: rgb(17,0,36); }
div.DivClassName
{
background-color: #110024;
}
.BgClassName
{
background-color: #110024;
}
</style>
border-color css
<style>
span { border-color: #110024; }
span { border-color: rgb(17,0,36); }
td.TdClassName
{
border-color: #110024;
}
.TagClassName
{
border-color: #110024;
}
</style>