Shades of Blackcurrant #19031C
Tints of Blackcurrant #19031C
RGB
CMYK
RGB Variations
Color information
#19031C (or 0x19031C) is known color: Blackcurrant. HEX triplet: 19, 03 and 1C. RGB value is (25,3,28). Sum of RGB (Red+Green+Blue) = 25+3+28=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #19031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19031C is #E6FCE3. Grayscale: #0C0C0C. Windows color (decimal): -15138020 or 1835801. OLE color: 1835801.
HSL color Cylindrical-coordinate representation of color #19031C: hue angle of 292.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19031C is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 3 | 28 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.89 |
| HSL | 292.8º | 0.81% | 0.06% | - |
| HSV(B) | 292.8º | 0.89% | 0.11% | - |
| XYZ | 0.64 | 0.36 | 1.13 | - |
| YUV | 12.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 28 | 0.11 | 0.89 | 0 | 0.89 | 292.8 | 0.81 | 0.06 |
| Hex | 19 | 3 | 1C | B | 59 | 0 | 59 | 125 | 51 | 6 |
| Octal | 31 | 3 | 34 | 13 | 131 | 0 | 131 | 445 | 121 | 6 |
| Binary | 11001 | 11 | 11100 | 1011 | 1011001 | 0 | 1011001 | 100100101 | 1010001 | 110 |
Color Harmonies of #19031C
Complementary color
Monochromatic Colors of #19031C
Black with #19031C
Text Example
Text Example
White with #19031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19031C; }
p { color: rgb(25,3,28); }
H1.HeaderClassName
{
color: #19031C;
}
.AnyTagClassName
{
color: #19031C;
}
</style>
background-color css
<style>
a { background-color: #19031C; }
a { background-color: rgb(25,3,28); }
div.DivClassName
{
background-color: #19031C;
}
.BgClassName
{
background-color: #19031C;
}
</style>
border-color css
<style>
span { border-color: #19031C; }
span { border-color: rgb(25,3,28); }
td.TdClassName
{
border-color: #19031C;
}
.TagClassName
{
border-color: #19031C;
}
</style>