Shades of Blackcurrant #110224
Tints of Blackcurrant #110224
RGB
CMYK
RGB Variations
Color information
#110224 (or 0x110224) is known color: Blackcurrant. HEX triplet: 11, 02 and 24. RGB value is (17,2,36). Sum of RGB (Red+Green+Blue) = 17+2+36=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #110224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110224 is #EEFDDB. Grayscale: #0A0A0A. Windows color (decimal): -15662556 or 2359825. OLE color: 2359825.
HSL color Cylindrical-coordinate representation of color #110224: hue angle of 266.47º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110224 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 2 | 36 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.86 |
| HSL | 266.47º | 0.89% | 0.07% | - |
| HSV(B) | 266.47º | 0.94% | 0.14% | - |
| XYZ | 0.57 | 0.29 | 1.69 | - |
| YUV | 10.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 36 | 0.53 | 0.94 | 0 | 0.86 | 266.47 | 0.89 | 0.07 |
| Hex | 11 | 2 | 24 | 35 | 5E | 0 | 56 | 10A | 59 | 7 |
| Octal | 21 | 2 | 44 | 65 | 136 | 0 | 126 | 412 | 131 | 7 |
| Binary | 10001 | 10 | 100100 | 110101 | 1011110 | 0 | 1010110 | 100001010 | 1011001 | 111 |
Color Harmonies of #110224
Complementary color
Monochromatic Colors of #110224
Black with #110224
Text Example
Text Example
White with #110224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110224; }
p { color: rgb(17,2,36); }
H1.HeaderClassName
{
color: #110224;
}
.AnyTagClassName
{
color: #110224;
}
</style>
background-color css
<style>
a { background-color: #110224; }
a { background-color: rgb(17,2,36); }
div.DivClassName
{
background-color: #110224;
}
.BgClassName
{
background-color: #110224;
}
</style>
border-color css
<style>
span { border-color: #110224; }
span { border-color: rgb(17,2,36); }
td.TdClassName
{
border-color: #110224;
}
.TagClassName
{
border-color: #110224;
}
</style>