Shades of Blackcurrant #190A1E
Tints of Blackcurrant #190A1E
RGB
CMYK
RGB Variations
Color information
#190A1E (or 0x190A1E) is known color: Blackcurrant. HEX triplet: 19, 0A and 1E. RGB value is (25,10,30). Sum of RGB (Red+Green+Blue) = 25+10+30=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #190A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190A1E is #E6F5E1. Grayscale: #101010. Windows color (decimal): -15136226 or 1968665. OLE color: 1968665.
HSL color Cylindrical-coordinate representation of color #190A1E: hue angle of 285º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #190A1E is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 10 | 30 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.88 |
| HSL | 285º | 0.5% | 0.08% | - |
| HSV(B) | 285º | 0.67% | 0.12% | - |
| XYZ | 0.74 | 0.52 | 1.29 | - |
| YUV | 16.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 30 | 0.17 | 0.67 | 0 | 0.88 | 285 | 0.5 | 0.08 |
| Hex | 19 | A | 1E | 11 | 43 | 0 | 58 | 11D | 32 | 8 |
| Octal | 31 | 12 | 36 | 21 | 103 | 0 | 130 | 435 | 62 | 10 |
| Binary | 11001 | 1010 | 11110 | 10001 | 1000011 | 0 | 1011000 | 100011101 | 110010 | 1000 |
Color Harmonies of #190A1E
Complementary color
Monochromatic Colors of #190A1E
Black with #190A1E
Text Example
Text Example
White with #190A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A1E; }
p { color: rgb(25,10,30); }
H1.HeaderClassName
{
color: #190A1E;
}
.AnyTagClassName
{
color: #190A1E;
}
</style>
background-color css
<style>
a { background-color: #190A1E; }
a { background-color: rgb(25,10,30); }
div.DivClassName
{
background-color: #190A1E;
}
.BgClassName
{
background-color: #190A1E;
}
</style>
border-color css
<style>
span { border-color: #190A1E; }
span { border-color: rgb(25,10,30); }
td.TdClassName
{
border-color: #190A1E;
}
.TagClassName
{
border-color: #190A1E;
}
</style>