Shades of Blackcurrant #19111D
Tints of Blackcurrant #19111D
RGB
CMYK
RGB Variations
Color information
#19111D (or 0x19111D) is known color: Blackcurrant. HEX triplet: 19, 11 and 1D. RGB value is (25,17,29). Sum of RGB (Red+Green+Blue) = 25+17+29=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #19111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111D is #E6EEE2. Grayscale: #141414. Windows color (decimal): -15134435 or 1904921. OLE color: 1904921.
HSL color Cylindrical-coordinate representation of color #19111D: hue angle of 280º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #19111D is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 17 | 29 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.89 |
| HSL | 280º | 0.26% | 0.09% | - |
| HSV(B) | 280º | 0.41% | 0.11% | - |
| XYZ | 0.82 | 0.7 | 1.25 | - |
| YUV | 20.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 29 | 0.14 | 0.41 | 0 | 0.89 | 280 | 0.26 | 0.09 |
| Hex | 19 | 11 | 1D | E | 29 | 0 | 59 | 118 | 1A | 9 |
| Octal | 31 | 21 | 35 | 16 | 51 | 0 | 131 | 430 | 32 | 11 |
| Binary | 11001 | 10001 | 11101 | 1110 | 101001 | 0 | 1011001 | 100011000 | 11010 | 1001 |
Color Harmonies of #19111D
Complementary color
Monochromatic Colors of #19111D
Black with #19111D
Text Example
Text Example
White with #19111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19111D; }
p { color: rgb(25,17,29); }
H1.HeaderClassName
{
color: #19111D;
}
.AnyTagClassName
{
color: #19111D;
}
</style>
background-color css
<style>
a { background-color: #19111D; }
a { background-color: rgb(25,17,29); }
div.DivClassName
{
background-color: #19111D;
}
.BgClassName
{
background-color: #19111D;
}
</style>
border-color css
<style>
span { border-color: #19111D; }
span { border-color: rgb(25,17,29); }
td.TdClassName
{
border-color: #19111D;
}
.TagClassName
{
border-color: #19111D;
}
</style>