Shades of Blackcurrant #190C1E
Tints of Blackcurrant #190C1E
RGB
CMYK
RGB Variations
Color information
#190C1E (or 0x190C1E) is known color: Blackcurrant. HEX triplet: 19, 0C and 1E. RGB value is (25,12,30). Sum of RGB (Red+Green+Blue) = 25+12+30=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #190C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C1E is #E6F3E1. Grayscale: #111111. Windows color (decimal): -15135714 or 1969177. OLE color: 1969177.
HSL color Cylindrical-coordinate representation of color #190C1E: hue angle of 283.33º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190C1E is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 12 | 30 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.88 |
| HSL | 283.33º | 0.43% | 0.08% | - |
| HSV(B) | 283.33º | 0.6% | 0.12% | - |
| XYZ | 0.77 | 0.56 | 1.3 | - |
| YUV | 17.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 30 | 0.17 | 0.60 | 0 | 0.88 | 283.33 | 0.43 | 0.08 |
| Hex | 19 | C | 1E | 11 | 3C | 0 | 58 | 11B | 2B | 8 |
| Octal | 31 | 14 | 36 | 21 | 74 | 0 | 130 | 433 | 53 | 10 |
| Binary | 11001 | 1100 | 11110 | 10001 | 111100 | 0 | 1011000 | 100011011 | 101011 | 1000 |
Color Harmonies of #190C1E
Complementary color
Monochromatic Colors of #190C1E
Black with #190C1E
Text Example
Text Example
White with #190C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C1E; }
p { color: rgb(25,12,30); }
H1.HeaderClassName
{
color: #190C1E;
}
.AnyTagClassName
{
color: #190C1E;
}
</style>
background-color css
<style>
a { background-color: #190C1E; }
a { background-color: rgb(25,12,30); }
div.DivClassName
{
background-color: #190C1E;
}
.BgClassName
{
background-color: #190C1E;
}
</style>
border-color css
<style>
span { border-color: #190C1E; }
span { border-color: rgb(25,12,30); }
td.TdClassName
{
border-color: #190C1E;
}
.TagClassName
{
border-color: #190C1E;
}
</style>