Shades of Blackcurrant #110319
Tints of Blackcurrant #110319
RGB
CMYK
RGB Variations
Color information
#110319 (or 0x110319) is known color: Blackcurrant. HEX triplet: 11, 03 and 19. RGB value is (17,3,25). Sum of RGB (Red+Green+Blue) = 17+3+25=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #110319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110319 is #EEFCE6. Grayscale: #090909. Windows color (decimal): -15662311 or 1639185. OLE color: 1639185.
HSL color Cylindrical-coordinate representation of color #110319: hue angle of 278.18º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110319 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 3 | 25 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.90 |
| HSL | 278.18º | 0.79% | 0.05% | - |
| HSV(B) | 278.18º | 0.88% | 0.1% | - |
| XYZ | 0.44 | 0.25 | 0.95 | - |
| YUV | 9.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 25 | 0.32 | 0.88 | 0 | 0.90 | 278.18 | 0.79 | 0.05 |
| Hex | 11 | 3 | 19 | 20 | 58 | 0 | 5A | 116 | 4F | 5 |
| Octal | 21 | 3 | 31 | 40 | 130 | 0 | 132 | 426 | 117 | 5 |
| Binary | 10001 | 11 | 11001 | 100000 | 1011000 | 0 | 1011010 | 100010110 | 1001111 | 101 |
Color Harmonies of #110319
Complementary color
Monochromatic Colors of #110319
Black with #110319
Text Example
Text Example
White with #110319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110319; }
p { color: rgb(17,3,25); }
H1.HeaderClassName
{
color: #110319;
}
.AnyTagClassName
{
color: #110319;
}
</style>
background-color css
<style>
a { background-color: #110319; }
a { background-color: rgb(17,3,25); }
div.DivClassName
{
background-color: #110319;
}
.BgClassName
{
background-color: #110319;
}
</style>
border-color css
<style>
span { border-color: #110319; }
span { border-color: rgb(17,3,25); }
td.TdClassName
{
border-color: #110319;
}
.TagClassName
{
border-color: #110319;
}
</style>