Shades of Blackcurrant #19032D
Tints of Blackcurrant #19032D
RGB
CMYK
RGB Variations
Color information
#19032D (or 0x19032D) is known color: Blackcurrant. HEX triplet: 19, 03 and 2D. RGB value is (25,3,45). Sum of RGB (Red+Green+Blue) = 25+3+45=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #19032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19032D is #E6FCD2. Grayscale: #0E0E0E. Windows color (decimal): -15138003 or 2949913. OLE color: 2949913.
HSL color Cylindrical-coordinate representation of color #19032D: hue angle of 271.43º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19032D is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 3 | 45 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.82 |
| HSL | 271.43º | 0.88% | 0.09% | - |
| HSV(B) | 271.43º | 0.93% | 0.18% | - |
| XYZ | 0.91 | 0.46 | 2.52 | - |
| YUV | 14.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 45 | 0.44 | 0.93 | 0 | 0.82 | 271.43 | 0.88 | 0.09 |
| Hex | 19 | 3 | 2D | 2C | 5D | 0 | 52 | 10F | 58 | 9 |
| Octal | 31 | 3 | 55 | 54 | 135 | 0 | 122 | 417 | 130 | 11 |
| Binary | 11001 | 11 | 101101 | 101100 | 1011101 | 0 | 1010010 | 100001111 | 1011000 | 1001 |
Color Harmonies of #19032D
Complementary color
Monochromatic Colors of #19032D
Black with #19032D
Text Example
Text Example
White with #19032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19032D; }
p { color: rgb(25,3,45); }
H1.HeaderClassName
{
color: #19032D;
}
.AnyTagClassName
{
color: #19032D;
}
</style>
background-color css
<style>
a { background-color: #19032D; }
a { background-color: rgb(25,3,45); }
div.DivClassName
{
background-color: #19032D;
}
.BgClassName
{
background-color: #19032D;
}
</style>
border-color css
<style>
span { border-color: #19032D; }
span { border-color: rgb(25,3,45); }
td.TdClassName
{
border-color: #19032D;
}
.TagClassName
{
border-color: #19032D;
}
</style>