Shades of Blackcurrant #110C18
Tints of Blackcurrant #110C18
RGB
CMYK
RGB Variations
Color information
#110C18 (or 0x110C18) is known color: Blackcurrant. HEX triplet: 11, 0C and 18. RGB value is (17,12,24). Sum of RGB (Red+Green+Blue) = 17+12+24=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #110C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C18 is #EEF3E7. Grayscale: #0E0E0E. Windows color (decimal): -15660008 or 1575953. OLE color: 1575953.
HSL color Cylindrical-coordinate representation of color #110C18: hue angle of 265º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110C18 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 12 | 24 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.91 |
| HSL | 265º | 0.33% | 0.07% | - |
| HSV(B) | 265º | 0.5% | 0.09% | - |
| XYZ | 0.53 | 0.45 | 0.92 | - |
| YUV | 14.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 24 | 0.29 | 0.50 | 0 | 0.91 | 265 | 0.33 | 0.07 |
| Hex | 11 | C | 18 | 1D | 32 | 0 | 5B | 109 | 21 | 7 |
| Octal | 21 | 14 | 30 | 35 | 62 | 0 | 133 | 411 | 41 | 7 |
| Binary | 10001 | 1100 | 11000 | 11101 | 110010 | 0 | 1011011 | 100001001 | 100001 | 111 |
Color Harmonies of #110C18
Complementary color
Monochromatic Colors of #110C18
Black with #110C18
Text Example
Text Example
White with #110C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C18; }
p { color: rgb(17,12,24); }
H1.HeaderClassName
{
color: #110C18;
}
.AnyTagClassName
{
color: #110C18;
}
</style>
background-color css
<style>
a { background-color: #110C18; }
a { background-color: rgb(17,12,24); }
div.DivClassName
{
background-color: #110C18;
}
.BgClassName
{
background-color: #110C18;
}
</style>
border-color css
<style>
span { border-color: #110C18; }
span { border-color: rgb(17,12,24); }
td.TdClassName
{
border-color: #110C18;
}
.TagClassName
{
border-color: #110C18;
}
</style>