Shades of Blackcurrant #190E1C
Tints of Blackcurrant #190E1C
RGB
CMYK
RGB Variations
Color information
#190E1C (or 0x190E1C) is known color: Blackcurrant. HEX triplet: 19, 0E and 1C. RGB value is (25,14,28). Sum of RGB (Red+Green+Blue) = 25+14+28=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #190E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190E1C is #E6F1E3. Grayscale: #121212. Windows color (decimal): -15135204 or 1838617. OLE color: 1838617.
HSL color Cylindrical-coordinate representation of color #190E1C: hue angle of 287.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #190E1C is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 14 | 28 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.89 |
| HSL | 287.14º | 0.33% | 0.08% | - |
| HSV(B) | 287.14º | 0.5% | 0.11% | - |
| XYZ | 0.77 | 0.6 | 1.17 | - |
| YUV | 18.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 28 | 0.11 | 0.50 | 0 | 0.89 | 287.14 | 0.33 | 0.08 |
| Hex | 19 | E | 1C | B | 32 | 0 | 59 | 11F | 21 | 8 |
| Octal | 31 | 16 | 34 | 13 | 62 | 0 | 131 | 437 | 41 | 10 |
| Binary | 11001 | 1110 | 11100 | 1011 | 110010 | 0 | 1011001 | 100011111 | 100001 | 1000 |
Color Harmonies of #190E1C
Complementary color
Monochromatic Colors of #190E1C
Black with #190E1C
Text Example
Text Example
White with #190E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E1C; }
p { color: rgb(25,14,28); }
H1.HeaderClassName
{
color: #190E1C;
}
.AnyTagClassName
{
color: #190E1C;
}
</style>
background-color css
<style>
a { background-color: #190E1C; }
a { background-color: rgb(25,14,28); }
div.DivClassName
{
background-color: #190E1C;
}
.BgClassName
{
background-color: #190E1C;
}
</style>
border-color css
<style>
span { border-color: #190E1C; }
span { border-color: rgb(25,14,28); }
td.TdClassName
{
border-color: #190E1C;
}
.TagClassName
{
border-color: #190E1C;
}
</style>