Shades of Blackcurrant #110A18
Tints of Blackcurrant #110A18
RGB
CMYK
RGB Variations
Color information
#110A18 (or 0x110A18) is known color: Blackcurrant. HEX triplet: 11, 0A and 18. RGB value is (17,10,24). Sum of RGB (Red+Green+Blue) = 17+10+24=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #110A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A18 is #EEF5E7. Grayscale: #0D0D0D. Windows color (decimal): -15660520 or 1575441. OLE color: 1575441.
HSL color Cylindrical-coordinate representation of color #110A18: hue angle of 270º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #110A18 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 10 | 24 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.91 |
| HSL | 270º | 0.41% | 0.07% | - |
| HSV(B) | 270º | 0.58% | 0.09% | - |
| XYZ | 0.5 | 0.4 | 0.92 | - |
| YUV | 13.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 24 | 0.29 | 0.58 | 0 | 0.91 | 270 | 0.41 | 0.07 |
| Hex | 11 | A | 18 | 1D | 3A | 0 | 5B | 10E | 29 | 7 |
| Octal | 21 | 12 | 30 | 35 | 72 | 0 | 133 | 416 | 51 | 7 |
| Binary | 10001 | 1010 | 11000 | 11101 | 111010 | 0 | 1011011 | 100001110 | 101001 | 111 |
Color Harmonies of #110A18
Complementary color
Monochromatic Colors of #110A18
Black with #110A18
Text Example
Text Example
White with #110A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A18; }
p { color: rgb(17,10,24); }
H1.HeaderClassName
{
color: #110A18;
}
.AnyTagClassName
{
color: #110A18;
}
</style>
background-color css
<style>
a { background-color: #110A18; }
a { background-color: rgb(17,10,24); }
div.DivClassName
{
background-color: #110A18;
}
.BgClassName
{
background-color: #110A18;
}
</style>
border-color css
<style>
span { border-color: #110A18; }
span { border-color: rgb(17,10,24); }
td.TdClassName
{
border-color: #110A18;
}
.TagClassName
{
border-color: #110A18;
}
</style>