Shades of Blackcurrant #190F24
Tints of Blackcurrant #190F24
RGB
CMYK
RGB Variations
Color information
#190F24 (or 0x190F24) is known color: Blackcurrant. HEX triplet: 19, 0F and 24. RGB value is (25,15,36). Sum of RGB (Red+Green+Blue) = 25+15+36=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #190F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F24 is #E6F0DB. Grayscale: #141414. Windows color (decimal): -15134940 or 2363161. OLE color: 2363161.
HSL color Cylindrical-coordinate representation of color #190F24: hue angle of 268.57º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #190F24 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 15 | 36 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.86 |
| HSL | 268.57º | 0.41% | 0.1% | - |
| HSV(B) | 268.57º | 0.58% | 0.14% | - |
| XYZ | 0.89 | 0.68 | 1.75 | - |
| YUV | 20.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 36 | 0.31 | 0.58 | 0 | 0.86 | 268.57 | 0.41 | 0.1 |
| Hex | 19 | F | 24 | 1F | 3A | 0 | 56 | 10D | 29 | A |
| Octal | 31 | 17 | 44 | 37 | 72 | 0 | 126 | 415 | 51 | 12 |
| Binary | 11001 | 1111 | 100100 | 11111 | 111010 | 0 | 1010110 | 100001101 | 101001 | 1010 |
Color Harmonies of #190F24
Complementary color
Monochromatic Colors of #190F24
Black with #190F24
Text Example
Text Example
White with #190F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F24; }
p { color: rgb(25,15,36); }
H1.HeaderClassName
{
color: #190F24;
}
.AnyTagClassName
{
color: #190F24;
}
</style>
background-color css
<style>
a { background-color: #190F24; }
a { background-color: rgb(25,15,36); }
div.DivClassName
{
background-color: #190F24;
}
.BgClassName
{
background-color: #190F24;
}
</style>
border-color css
<style>
span { border-color: #190F24; }
span { border-color: rgb(25,15,36); }
td.TdClassName
{
border-color: #190F24;
}
.TagClassName
{
border-color: #190F24;
}
</style>