Shades of Blackcurrant #19111F
Tints of Blackcurrant #19111F
RGB
CMYK
RGB Variations
Color information
#19111F (or 0x19111F) is known color: Blackcurrant. HEX triplet: 19, 11 and 1F. RGB value is (25,17,31). Sum of RGB (Red+Green+Blue) = 25+17+31=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #19111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111F is #E6EEE0. Grayscale: #141414. Windows color (decimal): -15134433 or 2035993. OLE color: 2035993.
HSL color Cylindrical-coordinate representation of color #19111F: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #19111F is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 17 | 31 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.88 |
| HSL | 274.29º | 0.29% | 0.09% | - |
| HSV(B) | 274.29º | 0.45% | 0.12% | - |
| XYZ | 0.85 | 0.71 | 1.39 | - |
| YUV | 20.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 31 | 0.19 | 0.45 | 0 | 0.88 | 274.29 | 0.29 | 0.09 |
| Hex | 19 | 11 | 1F | 13 | 2D | 0 | 58 | 112 | 1D | 9 |
| Octal | 31 | 21 | 37 | 23 | 55 | 0 | 130 | 422 | 35 | 11 |
| Binary | 11001 | 10001 | 11111 | 10011 | 101101 | 0 | 1011000 | 100010010 | 11101 | 1001 |
Color Harmonies of #19111F
Complementary color
Monochromatic Colors of #19111F
Black with #19111F
Text Example
Text Example
White with #19111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19111F; }
p { color: rgb(25,17,31); }
H1.HeaderClassName
{
color: #19111F;
}
.AnyTagClassName
{
color: #19111F;
}
</style>
background-color css
<style>
a { background-color: #19111F; }
a { background-color: rgb(25,17,31); }
div.DivClassName
{
background-color: #19111F;
}
.BgClassName
{
background-color: #19111F;
}
</style>
border-color css
<style>
span { border-color: #19111F; }
span { border-color: rgb(25,17,31); }
td.TdClassName
{
border-color: #19111F;
}
.TagClassName
{
border-color: #19111F;
}
</style>