Shades of Blackcurrant #190C1D
Tints of Blackcurrant #190C1D
RGB
CMYK
RGB Variations
Color information
#190C1D (or 0x190C1D) is known color: Blackcurrant. HEX triplet: 19, 0C and 1D. RGB value is (25,12,29). Sum of RGB (Red+Green+Blue) = 25+12+29=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #190C1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C1D is #E6F3E2. Grayscale: #111111. Windows color (decimal): -15135715 or 1903641. OLE color: 1903641.
HSL color Cylindrical-coordinate representation of color #190C1D: hue angle of 285.88º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #190C1D is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 12 | 29 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.89 |
| HSL | 285.88º | 0.41% | 0.08% | - |
| HSV(B) | 285.88º | 0.59% | 0.11% | - |
| XYZ | 0.75 | 0.56 | 1.23 | - |
| YUV | 17.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 29 | 0.14 | 0.59 | 0 | 0.89 | 285.88 | 0.41 | 0.08 |
| Hex | 19 | C | 1D | E | 3B | 0 | 59 | 11E | 29 | 8 |
| Octal | 31 | 14 | 35 | 16 | 73 | 0 | 131 | 436 | 51 | 10 |
| Binary | 11001 | 1100 | 11101 | 1110 | 111011 | 0 | 1011001 | 100011110 | 101001 | 1000 |
Color Harmonies of #190C1D
Complementary color
Monochromatic Colors of #190C1D
Black with #190C1D
Text Example
Text Example
White with #190C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C1D; }
p { color: rgb(25,12,29); }
H1.HeaderClassName
{
color: #190C1D;
}
.AnyTagClassName
{
color: #190C1D;
}
</style>
background-color css
<style>
a { background-color: #190C1D; }
a { background-color: rgb(25,12,29); }
div.DivClassName
{
background-color: #190C1D;
}
.BgClassName
{
background-color: #190C1D;
}
</style>
border-color css
<style>
span { border-color: #190C1D; }
span { border-color: rgb(25,12,29); }
td.TdClassName
{
border-color: #190C1D;
}
.TagClassName
{
border-color: #190C1D;
}
</style>