Shades of Blackcurrant #19032A
Tints of Blackcurrant #19032A
RGB
CMYK
RGB Variations
Color information
#19032A (or 0x19032A) is known color: Blackcurrant. HEX triplet: 19, 03 and 2A. RGB value is (25,3,42). Sum of RGB (Red+Green+Blue) = 25+3+42=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 42 (16.80% from 255 or 60% from 70); Max value from RGB is 42 - color contains mainly: blue. Hex color #19032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19032A is #E6FCD5. Grayscale: #0D0D0D. Windows color (decimal): -15138006 or 2753305. OLE color: 2753305.
HSL color Cylindrical-coordinate representation of color #19032A: hue angle of 273.85º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19032A is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 3 | 42 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.84 |
| HSL | 273.85º | 0.87% | 0.09% | - |
| HSV(B) | 273.85º | 0.93% | 0.16% | - |
| XYZ | 0.85 | 0.44 | 2.23 | - |
| YUV | 14.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 42 | 0.40 | 0.93 | 0 | 0.84 | 273.85 | 0.87 | 0.09 |
| Hex | 19 | 3 | 2A | 28 | 5D | 0 | 54 | 112 | 57 | 9 |
| Octal | 31 | 3 | 52 | 50 | 135 | 0 | 124 | 422 | 127 | 11 |
| Binary | 11001 | 11 | 101010 | 101000 | 1011101 | 0 | 1010100 | 100010010 | 1010111 | 1001 |
Color Harmonies of #19032A
Complementary color
Monochromatic Colors of #19032A
Black with #19032A
Text Example
Text Example
White with #19032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19032A; }
p { color: rgb(25,3,42); }
H1.HeaderClassName
{
color: #19032A;
}
.AnyTagClassName
{
color: #19032A;
}
</style>
background-color css
<style>
a { background-color: #19032A; }
a { background-color: rgb(25,3,42); }
div.DivClassName
{
background-color: #19032A;
}
.BgClassName
{
background-color: #19032A;
}
</style>
border-color css
<style>
span { border-color: #19032A; }
span { border-color: rgb(25,3,42); }
td.TdClassName
{
border-color: #19032A;
}
.TagClassName
{
border-color: #19032A;
}
</style>