Shades of Blackcurrant #19071D
Tints of Blackcurrant #19071D
RGB
CMYK
RGB Variations
Color information
#19071D (or 0x19071D) is known color: Blackcurrant. HEX triplet: 19, 07 and 1D. RGB value is (25,7,29). Sum of RGB (Red+Green+Blue) = 25+7+29=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #19071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19071D is #E6F8E2. Grayscale: #0E0E0E. Windows color (decimal): -15136995 or 1902361. OLE color: 1902361.
HSL color Cylindrical-coordinate representation of color #19071D: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19071D is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 7 | 29 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.89 |
| HSL | 289.09º | 0.61% | 0.07% | - |
| HSV(B) | 289.09º | 0.76% | 0.11% | - |
| XYZ | 0.7 | 0.45 | 1.21 | - |
| YUV | 14.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 29 | 0.14 | 0.76 | 0 | 0.89 | 289.09 | 0.61 | 0.07 |
| Hex | 19 | 7 | 1D | E | 4C | 0 | 59 | 121 | 3D | 7 |
| Octal | 31 | 7 | 35 | 16 | 114 | 0 | 131 | 441 | 75 | 7 |
| Binary | 11001 | 111 | 11101 | 1110 | 1001100 | 0 | 1011001 | 100100001 | 111101 | 111 |
Color Harmonies of #19071D
Complementary color
Monochromatic Colors of #19071D
Black with #19071D
Text Example
Text Example
White with #19071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19071D; }
p { color: rgb(25,7,29); }
H1.HeaderClassName
{
color: #19071D;
}
.AnyTagClassName
{
color: #19071D;
}
</style>
background-color css
<style>
a { background-color: #19071D; }
a { background-color: rgb(25,7,29); }
div.DivClassName
{
background-color: #19071D;
}
.BgClassName
{
background-color: #19071D;
}
</style>
border-color css
<style>
span { border-color: #19071D; }
span { border-color: rgb(25,7,29); }
td.TdClassName
{
border-color: #19071D;
}
.TagClassName
{
border-color: #19071D;
}
</style>