Shades of Blackcurrant #19053C
Tints of Blackcurrant #19053C
RGB
CMYK
RGB Variations
Color information
#19053C (or 0x19053C) is known color: Blackcurrant. HEX triplet: 19, 05 and 3C. RGB value is (25,5,60). Sum of RGB (Red+Green+Blue) = 25+5+60=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 60 (23.83% from 255 or 66.67% from 90); Max value from RGB is 60 - color contains mainly: blue. Hex color #19053C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053C is #E6FAC3. Grayscale: #111111. Windows color (decimal): -15137476 or 3933465. OLE color: 3933465.
HSL color Cylindrical-coordinate representation of color #19053C: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19053C is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 5 | 60 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.76 |
| HSL | 261.82º | 0.85% | 0.13% | - |
| HSV(B) | 261.82º | 0.92% | 0.24% | - |
| XYZ | 1.27 | 0.64 | 4.33 | - |
| YUV | 17.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 60 | 0.58 | 0.92 | 0 | 0.76 | 261.82 | 0.85 | 0.13 |
| Hex | 19 | 5 | 3C | 3A | 5C | 0 | 4C | 106 | 55 | D |
| Octal | 31 | 5 | 74 | 72 | 134 | 0 | 114 | 406 | 125 | 15 |
| Binary | 11001 | 101 | 111100 | 111010 | 1011100 | 0 | 1001100 | 100000110 | 1010101 | 1101 |
Color Harmonies of #19053C
Complementary color
Monochromatic Colors of #19053C
Black with #19053C
Text Example
Text Example
White with #19053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19053C; }
p { color: rgb(25,5,60); }
H1.HeaderClassName
{
color: #19053C;
}
.AnyTagClassName
{
color: #19053C;
}
</style>
background-color css
<style>
a { background-color: #19053C; }
a { background-color: rgb(25,5,60); }
div.DivClassName
{
background-color: #19053C;
}
.BgClassName
{
background-color: #19053C;
}
</style>
border-color css
<style>
span { border-color: #19053C; }
span { border-color: rgb(25,5,60); }
td.TdClassName
{
border-color: #19053C;
}
.TagClassName
{
border-color: #19053C;
}
</style>