Shades of Blackcurrant #110C19
Tints of Blackcurrant #110C19
RGB
CMYK
RGB Variations
Color information
#110C19 (or 0x110C19) is known color: Blackcurrant. HEX triplet: 11, 0C and 19. RGB value is (17,12,25). Sum of RGB (Red+Green+Blue) = 17+12+25=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #110C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C19 is #EEF3E6. Grayscale: #0E0E0E. Windows color (decimal): -15660007 or 1641489. OLE color: 1641489.
HSL color Cylindrical-coordinate representation of color #110C19: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #110C19 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 12 | 25 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.90 |
| HSL | 263.08º | 0.35% | 0.07% | - |
| HSV(B) | 263.08º | 0.52% | 0.1% | - |
| XYZ | 0.54 | 0.45 | 0.98 | - |
| YUV | 14.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 25 | 0.32 | 0.52 | 0 | 0.90 | 263.08 | 0.35 | 0.07 |
| Hex | 11 | C | 19 | 20 | 34 | 0 | 5A | 107 | 23 | 7 |
| Octal | 21 | 14 | 31 | 40 | 64 | 0 | 132 | 407 | 43 | 7 |
| Binary | 10001 | 1100 | 11001 | 100000 | 110100 | 0 | 1011010 | 100000111 | 100011 | 111 |
Color Harmonies of #110C19
Complementary color
Monochromatic Colors of #110C19
Black with #110C19
Text Example
Text Example
White with #110C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C19; }
p { color: rgb(17,12,25); }
H1.HeaderClassName
{
color: #110C19;
}
.AnyTagClassName
{
color: #110C19;
}
</style>
background-color css
<style>
a { background-color: #110C19; }
a { background-color: rgb(17,12,25); }
div.DivClassName
{
background-color: #110C19;
}
.BgClassName
{
background-color: #110C19;
}
</style>
border-color css
<style>
span { border-color: #110C19; }
span { border-color: rgb(17,12,25); }
td.TdClassName
{
border-color: #110C19;
}
.TagClassName
{
border-color: #110C19;
}
</style>