Shades of Blackcurrant #190F1D
Tints of Blackcurrant #190F1D
RGB
CMYK
RGB Variations
Color information
#190F1D (or 0x190F1D) is known color: Blackcurrant. HEX triplet: 19, 0F and 1D. RGB value is (25,15,29). Sum of RGB (Red+Green+Blue) = 25+15+29=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #190F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F1D is #E6F0E2. Grayscale: #131313. Windows color (decimal): -15134947 or 1904409. OLE color: 1904409.
HSL color Cylindrical-coordinate representation of color #190F1D: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #190F1D is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 15 | 29 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.89 |
| HSL | 282.86º | 0.32% | 0.09% | - |
| HSV(B) | 282.86º | 0.48% | 0.11% | - |
| XYZ | 0.79 | 0.64 | 1.24 | - |
| YUV | 19.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 29 | 0.14 | 0.48 | 0 | 0.89 | 282.86 | 0.32 | 0.09 |
| Hex | 19 | F | 1D | E | 30 | 0 | 59 | 11B | 20 | 9 |
| Octal | 31 | 17 | 35 | 16 | 60 | 0 | 131 | 433 | 40 | 11 |
| Binary | 11001 | 1111 | 11101 | 1110 | 110000 | 0 | 1011001 | 100011011 | 100000 | 1001 |
Color Harmonies of #190F1D
Complementary color
Monochromatic Colors of #190F1D
Black with #190F1D
Text Example
Text Example
White with #190F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F1D; }
p { color: rgb(25,15,29); }
H1.HeaderClassName
{
color: #190F1D;
}
.AnyTagClassName
{
color: #190F1D;
}
</style>
background-color css
<style>
a { background-color: #190F1D; }
a { background-color: rgb(25,15,29); }
div.DivClassName
{
background-color: #190F1D;
}
.BgClassName
{
background-color: #190F1D;
}
</style>
border-color css
<style>
span { border-color: #190F1D; }
span { border-color: rgb(25,15,29); }
td.TdClassName
{
border-color: #190F1D;
}
.TagClassName
{
border-color: #190F1D;
}
</style>