Shades of Blackcurrant #110A1C
Tints of Blackcurrant #110A1C
RGB
CMYK
RGB Variations
Color information
#110A1C (or 0x110A1C) is known color: Blackcurrant. HEX triplet: 11, 0A and 1C. RGB value is (17,10,28). Sum of RGB (Red+Green+Blue) = 17+10+28=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #110A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A1C is #EEF5E3. Grayscale: #0E0E0E. Windows color (decimal): -15660516 or 1837585. OLE color: 1837585.
HSL color Cylindrical-coordinate representation of color #110A1C: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #110A1C is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 10 | 28 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.89 |
| HSL | 263.33º | 0.47% | 0.07% | - |
| HSV(B) | 263.33º | 0.64% | 0.11% | - |
| XYZ | 0.55 | 0.42 | 1.15 | - |
| YUV | 14.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 28 | 0.39 | 0.64 | 0 | 0.89 | 263.33 | 0.47 | 0.07 |
| Hex | 11 | A | 1C | 27 | 40 | 0 | 59 | 107 | 2F | 7 |
| Octal | 21 | 12 | 34 | 47 | 100 | 0 | 131 | 407 | 57 | 7 |
| Binary | 10001 | 1010 | 11100 | 100111 | 1000000 | 0 | 1011001 | 100000111 | 101111 | 111 |
Color Harmonies of #110A1C
Complementary color
Monochromatic Colors of #110A1C
Black with #110A1C
Text Example
Text Example
White with #110A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A1C; }
p { color: rgb(17,10,28); }
H1.HeaderClassName
{
color: #110A1C;
}
.AnyTagClassName
{
color: #110A1C;
}
</style>
background-color css
<style>
a { background-color: #110A1C; }
a { background-color: rgb(17,10,28); }
div.DivClassName
{
background-color: #110A1C;
}
.BgClassName
{
background-color: #110A1C;
}
</style>
border-color css
<style>
span { border-color: #110A1C; }
span { border-color: rgb(17,10,28); }
td.TdClassName
{
border-color: #110A1C;
}
.TagClassName
{
border-color: #110A1C;
}
</style>