Shades of Blackcurrant #19071E
Tints of Blackcurrant #19071E
RGB
CMYK
RGB Variations
Color information
#19071E (or 0x19071E) is known color: Blackcurrant. HEX triplet: 19, 07 and 1E. RGB value is (25,7,30). Sum of RGB (Red+Green+Blue) = 25+7+30=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #19071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19071E is #E6F8E1. Grayscale: #0E0E0E. Windows color (decimal): -15136994 or 1967897. OLE color: 1967897.
HSL color Cylindrical-coordinate representation of color #19071E: hue angle of 286.96º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19071E is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 7 | 30 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.88 |
| HSL | 286.96º | 0.62% | 0.07% | - |
| HSV(B) | 286.96º | 0.77% | 0.12% | - |
| XYZ | 0.71 | 0.45 | 1.28 | - |
| YUV | 15 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 30 | 0.17 | 0.77 | 0 | 0.88 | 286.96 | 0.62 | 0.07 |
| Hex | 19 | 7 | 1E | 11 | 4D | 0 | 58 | 11F | 3E | 7 |
| Octal | 31 | 7 | 36 | 21 | 115 | 0 | 130 | 437 | 76 | 7 |
| Binary | 11001 | 111 | 11110 | 10001 | 1001101 | 0 | 1011000 | 100011111 | 111110 | 111 |
Color Harmonies of #19071E
Complementary color
Monochromatic Colors of #19071E
Black with #19071E
Text Example
Text Example
White with #19071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19071E; }
p { color: rgb(25,7,30); }
H1.HeaderClassName
{
color: #19071E;
}
.AnyTagClassName
{
color: #19071E;
}
</style>
background-color css
<style>
a { background-color: #19071E; }
a { background-color: rgb(25,7,30); }
div.DivClassName
{
background-color: #19071E;
}
.BgClassName
{
background-color: #19071E;
}
</style>
border-color css
<style>
span { border-color: #19071E; }
span { border-color: rgb(25,7,30); }
td.TdClassName
{
border-color: #19071E;
}
.TagClassName
{
border-color: #19071E;
}
</style>