Shades of Blackcurrant #190F1E
Tints of Blackcurrant #190F1E
RGB
CMYK
RGB Variations
Color information
#190F1E (or 0x190F1E) is known color: Blackcurrant. HEX triplet: 19, 0F and 1E. RGB value is (25,15,30). Sum of RGB (Red+Green+Blue) = 25+15+30=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #190F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F1E is #E6F0E1. Grayscale: #131313. Windows color (decimal): -15134946 or 1969945. OLE color: 1969945.
HSL color Cylindrical-coordinate representation of color #190F1E: hue angle of 280º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #190F1E is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 15 | 30 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.88 |
| HSL | 280º | 0.33% | 0.09% | - |
| HSV(B) | 280º | 0.5% | 0.12% | - |
| XYZ | 0.81 | 0.64 | 1.31 | - |
| YUV | 19.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 30 | 0.17 | 0.5 | 0 | 0.88 | 280 | 0.33 | 0.09 |
| Hex | 19 | F | 1E | 11 | 32 | 0 | 58 | 118 | 21 | 9 |
| Octal | 31 | 17 | 36 | 21 | 62 | 0 | 130 | 430 | 41 | 11 |
| Binary | 11001 | 1111 | 11110 | 10001 | 110010 | 0 | 1011000 | 100011000 | 100001 | 1001 |
Color Harmonies of #190F1E
Complementary color
Monochromatic Colors of #190F1E
Black with #190F1E
Text Example
Text Example
White with #190F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F1E; }
p { color: rgb(25,15,30); }
H1.HeaderClassName
{
color: #190F1E;
}
.AnyTagClassName
{
color: #190F1E;
}
</style>
background-color css
<style>
a { background-color: #190F1E; }
a { background-color: rgb(25,15,30); }
div.DivClassName
{
background-color: #190F1E;
}
.BgClassName
{
background-color: #190F1E;
}
</style>
border-color css
<style>
span { border-color: #190F1E; }
span { border-color: rgb(25,15,30); }
td.TdClassName
{
border-color: #190F1E;
}
.TagClassName
{
border-color: #190F1E;
}
</style>