Shades of Blackcurrant #110619
Tints of Blackcurrant #110619
RGB
CMYK
RGB Variations
Color information
#110619 (or 0x110619) is known color: Blackcurrant. HEX triplet: 11, 06 and 19. RGB value is (17,6,25). Sum of RGB (Red+Green+Blue) = 17+6+25=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #110619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110619 is #EEF9E6. Grayscale: #0B0B0B. Windows color (decimal): -15661543 or 1639953. OLE color: 1639953.
HSL color Cylindrical-coordinate representation of color #110619: hue angle of 274.74º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110619 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 6 | 25 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.90 |
| HSL | 274.74º | 0.61% | 0.06% | - |
| HSV(B) | 274.74º | 0.76% | 0.1% | - |
| XYZ | 0.47 | 0.32 | 0.96 | - |
| YUV | 11.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 25 | 0.32 | 0.76 | 0 | 0.90 | 274.74 | 0.61 | 0.06 |
| Hex | 11 | 6 | 19 | 20 | 4C | 0 | 5A | 113 | 3D | 6 |
| Octal | 21 | 6 | 31 | 40 | 114 | 0 | 132 | 423 | 75 | 6 |
| Binary | 10001 | 110 | 11001 | 100000 | 1001100 | 0 | 1011010 | 100010011 | 111101 | 110 |
Color Harmonies of #110619
Complementary color
Monochromatic Colors of #110619
Black with #110619
Text Example
Text Example
White with #110619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110619; }
p { color: rgb(17,6,25); }
H1.HeaderClassName
{
color: #110619;
}
.AnyTagClassName
{
color: #110619;
}
</style>
background-color css
<style>
a { background-color: #110619; }
a { background-color: rgb(17,6,25); }
div.DivClassName
{
background-color: #110619;
}
.BgClassName
{
background-color: #110619;
}
</style>
border-color css
<style>
span { border-color: #110619; }
span { border-color: rgb(17,6,25); }
td.TdClassName
{
border-color: #110619;
}
.TagClassName
{
border-color: #110619;
}
</style>