Shades of Blackcurrant #19072E
Tints of Blackcurrant #19072E
RGB
CMYK
RGB Variations
Color information
#19072E (or 0x19072E) is known color: Blackcurrant. HEX triplet: 19, 07 and 2E. RGB value is (25,7,46). Sum of RGB (Red+Green+Blue) = 25+7+46=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #19072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19072E is #E6F8D1. Grayscale: #101010. Windows color (decimal): -15136978 or 3016473. OLE color: 3016473.
HSL color Cylindrical-coordinate representation of color #19072E: hue angle of 267.69º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19072E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 7 | 46 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.82 |
| HSL | 267.69º | 0.74% | 0.1% | - |
| HSV(B) | 267.69º | 0.85% | 0.18% | - |
| XYZ | 0.97 | 0.56 | 2.64 | - |
| YUV | 16.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 46 | 0.46 | 0.85 | 0 | 0.82 | 267.69 | 0.74 | 0.1 |
| Hex | 19 | 7 | 2E | 2E | 55 | 0 | 52 | 10C | 4A | A |
| Octal | 31 | 7 | 56 | 56 | 125 | 0 | 122 | 414 | 112 | 12 |
| Binary | 11001 | 111 | 101110 | 101110 | 1010101 | 0 | 1010010 | 100001100 | 1001010 | 1010 |
Color Harmonies of #19072E
Complementary color
Monochromatic Colors of #19072E
Black with #19072E
Text Example
Text Example
White with #19072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19072E; }
p { color: rgb(25,7,46); }
H1.HeaderClassName
{
color: #19072E;
}
.AnyTagClassName
{
color: #19072E;
}
</style>
background-color css
<style>
a { background-color: #19072E; }
a { background-color: rgb(25,7,46); }
div.DivClassName
{
background-color: #19072E;
}
.BgClassName
{
background-color: #19072E;
}
</style>
border-color css
<style>
span { border-color: #19072E; }
span { border-color: rgb(25,7,46); }
td.TdClassName
{
border-color: #19072E;
}
.TagClassName
{
border-color: #19072E;
}
</style>