Shades of Blackcurrant #19091D
Tints of Blackcurrant #19091D
RGB
CMYK
RGB Variations
Color information
#19091D (or 0x19091D) is known color: Blackcurrant. HEX triplet: 19, 09 and 1D. RGB value is (25,9,29). Sum of RGB (Red+Green+Blue) = 25+9+29=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #19091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19091D is #E6F6E2. Grayscale: #0F0F0F. Windows color (decimal): -15136483 or 1902873. OLE color: 1902873.
HSL color Cylindrical-coordinate representation of color #19091D: hue angle of 288º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19091D is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 9 | 29 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.89 |
| HSL | 288º | 0.53% | 0.07% | - |
| HSV(B) | 288º | 0.69% | 0.11% | - |
| XYZ | 0.72 | 0.49 | 1.22 | - |
| YUV | 16.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 29 | 0.14 | 0.69 | 0 | 0.89 | 288 | 0.53 | 0.07 |
| Hex | 19 | 9 | 1D | E | 45 | 0 | 59 | 120 | 35 | 7 |
| Octal | 31 | 11 | 35 | 16 | 105 | 0 | 131 | 440 | 65 | 7 |
| Binary | 11001 | 1001 | 11101 | 1110 | 1000101 | 0 | 1011001 | 100100000 | 110101 | 111 |
Color Harmonies of #19091D
Complementary color
Monochromatic Colors of #19091D
Black with #19091D
Text Example
Text Example
White with #19091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19091D; }
p { color: rgb(25,9,29); }
H1.HeaderClassName
{
color: #19091D;
}
.AnyTagClassName
{
color: #19091D;
}
</style>
background-color css
<style>
a { background-color: #19091D; }
a { background-color: rgb(25,9,29); }
div.DivClassName
{
background-color: #19091D;
}
.BgClassName
{
background-color: #19091D;
}
</style>
border-color css
<style>
span { border-color: #19091D; }
span { border-color: rgb(25,9,29); }
td.TdClassName
{
border-color: #19091D;
}
.TagClassName
{
border-color: #19091D;
}
</style>