Shades of Blackcurrant #190D24
Tints of Blackcurrant #190D24
RGB
CMYK
RGB Variations
Color information
#190D24 (or 0x190D24) is known color: Blackcurrant. HEX triplet: 19, 0D and 24. RGB value is (25,13,36). Sum of RGB (Red+Green+Blue) = 25+13+36=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #190D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D24 is #E6F2DB. Grayscale: #131313. Windows color (decimal): -15135452 or 2362649. OLE color: 2362649.
HSL color Cylindrical-coordinate representation of color #190D24: hue angle of 271.3º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190D24 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 25 | 13 | 36 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.86 |
| HSL | 271.3º | 0.47% | 0.1% | - |
| HSV(B) | 271.3º | 0.64% | 0.14% | - |
| XYZ | 0.86 | 0.62 | 1.74 | - |
| YUV | 19.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 36 | 0.31 | 0.64 | 0 | 0.86 | 271.3 | 0.47 | 0.1 |
| Hex | 19 | D | 24 | 1F | 40 | 0 | 56 | 10F | 2F | A |
| Octal | 31 | 15 | 44 | 37 | 100 | 0 | 126 | 417 | 57 | 12 |
| Binary | 11001 | 1101 | 100100 | 11111 | 1000000 | 0 | 1010110 | 100001111 | 101111 | 1010 |
Color Harmonies of #190D24
Complementary color
Monochromatic Colors of #190D24
Black with #190D24
Text Example
Text Example
White with #190D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D24; }
p { color: rgb(25,13,36); }
H1.HeaderClassName
{
color: #190D24;
}
.AnyTagClassName
{
color: #190D24;
}
</style>
background-color css
<style>
a { background-color: #190D24; }
a { background-color: rgb(25,13,36); }
div.DivClassName
{
background-color: #190D24;
}
.BgClassName
{
background-color: #190D24;
}
</style>
border-color css
<style>
span { border-color: #190D24; }
span { border-color: rgb(25,13,36); }
td.TdClassName
{
border-color: #190D24;
}
.TagClassName
{
border-color: #190D24;
}
</style>