Shades of Blackcurrant #190D1C
Tints of Blackcurrant #190D1C
RGB
CMYK
RGB Variations
Color information
#190D1C (or 0x190D1C) is known color: Blackcurrant. HEX triplet: 19, 0D and 1C. RGB value is (25,13,28). Sum of RGB (Red+Green+Blue) = 25+13+28=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #190D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D1C is #E6F2E3. Grayscale: #121212. Windows color (decimal): -15135460 or 1838361. OLE color: 1838361.
HSL color Cylindrical-coordinate representation of color #190D1C: hue angle of 288º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #190D1C is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 13 | 28 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.89 |
| HSL | 288º | 0.37% | 0.08% | - |
| HSV(B) | 288º | 0.54% | 0.11% | - |
| XYZ | 0.75 | 0.58 | 1.17 | - |
| YUV | 18.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 28 | 0.11 | 0.54 | 0 | 0.89 | 288 | 0.37 | 0.08 |
| Hex | 19 | D | 1C | B | 36 | 0 | 59 | 120 | 25 | 8 |
| Octal | 31 | 15 | 34 | 13 | 66 | 0 | 131 | 440 | 45 | 10 |
| Binary | 11001 | 1101 | 11100 | 1011 | 110110 | 0 | 1011001 | 100100000 | 100101 | 1000 |
Color Harmonies of #190D1C
Complementary color
Monochromatic Colors of #190D1C
Black with #190D1C
Text Example
Text Example
White with #190D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D1C; }
p { color: rgb(25,13,28); }
H1.HeaderClassName
{
color: #190D1C;
}
.AnyTagClassName
{
color: #190D1C;
}
</style>
background-color css
<style>
a { background-color: #190D1C; }
a { background-color: rgb(25,13,28); }
div.DivClassName
{
background-color: #190D1C;
}
.BgClassName
{
background-color: #190D1C;
}
</style>
border-color css
<style>
span { border-color: #190D1C; }
span { border-color: rgb(25,13,28); }
td.TdClassName
{
border-color: #190D1C;
}
.TagClassName
{
border-color: #190D1C;
}
</style>