Shades of Blackcurrant #19151E
Tints of Blackcurrant #19151E
RGB
CMYK
RGB Variations
Color information
#19151E (or 0x19151E) is known color: Blackcurrant. HEX triplet: 19, 15 and 1E. RGB value is (25,21,30). Sum of RGB (Red+Green+Blue) = 25+21+30=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #19151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151E is #E6EAE1. Grayscale: #171717. Windows color (decimal): -15133410 or 1971481. OLE color: 1971481.
HSL color Cylindrical-coordinate representation of color #19151E: hue angle of 266.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #19151E is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 21 | 30 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.88 |
| HSL | 266.67º | 0.18% | 0.1% | - |
| HSV(B) | 266.67º | 0.3% | 0.12% | - |
| XYZ | 0.9 | 0.84 | 1.34 | - |
| YUV | 23.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 30 | 0.17 | 0.30 | 0 | 0.88 | 266.67 | 0.18 | 0.1 |
| Hex | 19 | 15 | 1E | 11 | 1E | 0 | 58 | 10B | 12 | A |
| Octal | 31 | 25 | 36 | 21 | 36 | 0 | 130 | 413 | 22 | 12 |
| Binary | 11001 | 10101 | 11110 | 10001 | 11110 | 0 | 1011000 | 100001011 | 10010 | 1010 |
Color Harmonies of #19151E
Complementary color
Monochromatic Colors of #19151E
Black with #19151E
Text Example
Text Example
White with #19151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19151E; }
p { color: rgb(25,21,30); }
H1.HeaderClassName
{
color: #19151E;
}
.AnyTagClassName
{
color: #19151E;
}
</style>
background-color css
<style>
a { background-color: #19151E; }
a { background-color: rgb(25,21,30); }
div.DivClassName
{
background-color: #19151E;
}
.BgClassName
{
background-color: #19151E;
}
</style>
border-color css
<style>
span { border-color: #19151E; }
span { border-color: rgb(25,21,30); }
td.TdClassName
{
border-color: #19151E;
}
.TagClassName
{
border-color: #19151E;
}
</style>