Shades of Blackcurrant #190F1F
Tints of Blackcurrant #190F1F
RGB
CMYK
RGB Variations
Color information
#190F1F (or 0x190F1F) is known color: Blackcurrant. HEX triplet: 19, 0F and 1F. RGB value is (25,15,31). Sum of RGB (Red+Green+Blue) = 25+15+31=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #190F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F1F is #E6F0E0. Grayscale: #131313. Windows color (decimal): -15134945 or 2035481. OLE color: 2035481.
HSL color Cylindrical-coordinate representation of color #190F1F: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #190F1F is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 15 | 31 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.88 |
| HSL | 277.5º | 0.35% | 0.09% | - |
| HSV(B) | 277.5º | 0.52% | 0.12% | - |
| XYZ | 0.82 | 0.65 | 1.38 | - |
| YUV | 19.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 31 | 0.19 | 0.52 | 0 | 0.88 | 277.5 | 0.35 | 0.09 |
| Hex | 19 | F | 1F | 13 | 34 | 0 | 58 | 116 | 23 | 9 |
| Octal | 31 | 17 | 37 | 23 | 64 | 0 | 130 | 426 | 43 | 11 |
| Binary | 11001 | 1111 | 11111 | 10011 | 110100 | 0 | 1011000 | 100010110 | 100011 | 1001 |
Color Harmonies of #190F1F
Complementary color
Monochromatic Colors of #190F1F
Black with #190F1F
Text Example
Text Example
White with #190F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F1F; }
p { color: rgb(25,15,31); }
H1.HeaderClassName
{
color: #190F1F;
}
.AnyTagClassName
{
color: #190F1F;
}
</style>
background-color css
<style>
a { background-color: #190F1F; }
a { background-color: rgb(25,15,31); }
div.DivClassName
{
background-color: #190F1F;
}
.BgClassName
{
background-color: #190F1F;
}
</style>
border-color css
<style>
span { border-color: #190F1F; }
span { border-color: rgb(25,15,31); }
td.TdClassName
{
border-color: #190F1F;
}
.TagClassName
{
border-color: #190F1F;
}
</style>