Shades of Blackcurrant #19052D
Tints of Blackcurrant #19052D
RGB
CMYK
RGB Variations
Color information
#19052D (or 0x19052D) is known color: Blackcurrant. HEX triplet: 19, 05 and 2D. RGB value is (25,5,45). Sum of RGB (Red+Green+Blue) = 25+5+45=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #19052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19052D is #E6FAD2. Grayscale: #0F0F0F. Windows color (decimal): -15137491 or 2950425. OLE color: 2950425.
HSL color Cylindrical-coordinate representation of color #19052D: hue angle of 270º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19052D is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 5 | 45 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.82 |
| HSL | 270º | 0.8% | 0.1% | - |
| HSV(B) | 270º | 0.89% | 0.18% | - |
| XYZ | 0.93 | 0.5 | 2.53 | - |
| YUV | 15.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 45 | 0.44 | 0.89 | 0 | 0.82 | 270 | 0.8 | 0.1 |
| Hex | 19 | 5 | 2D | 2C | 59 | 0 | 52 | 10E | 50 | A |
| Octal | 31 | 5 | 55 | 54 | 131 | 0 | 122 | 416 | 120 | 12 |
| Binary | 11001 | 101 | 101101 | 101100 | 1011001 | 0 | 1010010 | 100001110 | 1010000 | 1010 |
Color Harmonies of #19052D
Complementary color
Monochromatic Colors of #19052D
Black with #19052D
Text Example
Text Example
White with #19052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19052D; }
p { color: rgb(25,5,45); }
H1.HeaderClassName
{
color: #19052D;
}
.AnyTagClassName
{
color: #19052D;
}
</style>
background-color css
<style>
a { background-color: #19052D; }
a { background-color: rgb(25,5,45); }
div.DivClassName
{
background-color: #19052D;
}
.BgClassName
{
background-color: #19052D;
}
</style>
border-color css
<style>
span { border-color: #19052D; }
span { border-color: rgb(25,5,45); }
td.TdClassName
{
border-color: #19052D;
}
.TagClassName
{
border-color: #19052D;
}
</style>