Shades of Blackcurrant #190D1E
Tints of Blackcurrant #190D1E
RGB
CMYK
RGB Variations
Color information
#190D1E (or 0x190D1E) is known color: Blackcurrant. HEX triplet: 19, 0D and 1E. RGB value is (25,13,30). Sum of RGB (Red+Green+Blue) = 25+13+30=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #190D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D1E is #E6F2E1. Grayscale: #121212. Windows color (decimal): -15135458 or 1969433. OLE color: 1969433.
HSL color Cylindrical-coordinate representation of color #190D1E: hue angle of 282.35º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #190D1E is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 13 | 30 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.88 |
| HSL | 282.35º | 0.4% | 0.08% | - |
| HSV(B) | 282.35º | 0.57% | 0.12% | - |
| XYZ | 0.78 | 0.59 | 1.3 | - |
| YUV | 18.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 30 | 0.17 | 0.57 | 0 | 0.88 | 282.35 | 0.4 | 0.08 |
| Hex | 19 | D | 1E | 11 | 39 | 0 | 58 | 11A | 28 | 8 |
| Octal | 31 | 15 | 36 | 21 | 71 | 0 | 130 | 432 | 50 | 10 |
| Binary | 11001 | 1101 | 11110 | 10001 | 111001 | 0 | 1011000 | 100011010 | 101000 | 1000 |
Color Harmonies of #190D1E
Complementary color
Monochromatic Colors of #190D1E
Black with #190D1E
Text Example
Text Example
White with #190D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D1E; }
p { color: rgb(25,13,30); }
H1.HeaderClassName
{
color: #190D1E;
}
.AnyTagClassName
{
color: #190D1E;
}
</style>
background-color css
<style>
a { background-color: #190D1E; }
a { background-color: rgb(25,13,30); }
div.DivClassName
{
background-color: #190D1E;
}
.BgClassName
{
background-color: #190D1E;
}
</style>
border-color css
<style>
span { border-color: #190D1E; }
span { border-color: rgb(25,13,30); }
td.TdClassName
{
border-color: #190D1E;
}
.TagClassName
{
border-color: #190D1E;
}
</style>