Shades of Blackcurrant #19053D
Tints of Blackcurrant #19053D
RGB
CMYK
RGB Variations
Color information
#19053D (or 0x19053D) is known color: Blackcurrant. HEX triplet: 19, 05 and 3D. RGB value is (25,5,61). Sum of RGB (Red+Green+Blue) = 25+5+61=91 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.47% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #19053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053D is #E6FAC2. Grayscale: #111111. Windows color (decimal): -15137475 or 3999001. OLE color: 3999001.
HSL color Cylindrical-coordinate representation of color #19053D: hue angle of 261.43º 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 #19053D is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 5 | 61 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.76 |
| HSL | 261.43º | 0.85% | 0.13% | - |
| HSV(B) | 261.43º | 0.92% | 0.24% | - |
| XYZ | 1.3 | 0.65 | 4.47 | - |
| YUV | 17.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 61 | 0.59 | 0.92 | 0 | 0.76 | 261.43 | 0.85 | 0.13 |
| Hex | 19 | 5 | 3D | 3B | 5C | 0 | 4C | 105 | 55 | D |
| Octal | 31 | 5 | 75 | 73 | 134 | 0 | 114 | 405 | 125 | 15 |
| Binary | 11001 | 101 | 111101 | 111011 | 1011100 | 0 | 1001100 | 100000101 | 1010101 | 1101 |
Color Harmonies of #19053D
Complementary color
Monochromatic Colors of #19053D
Black with #19053D
Text Example
Text Example
White with #19053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19053D; }
p { color: rgb(25,5,61); }
H1.HeaderClassName
{
color: #19053D;
}
.AnyTagClassName
{
color: #19053D;
}
</style>
background-color css
<style>
a { background-color: #19053D; }
a { background-color: rgb(25,5,61); }
div.DivClassName
{
background-color: #19053D;
}
.BgClassName
{
background-color: #19053D;
}
</style>
border-color css
<style>
span { border-color: #19053D; }
span { border-color: rgb(25,5,61); }
td.TdClassName
{
border-color: #19053D;
}
.TagClassName
{
border-color: #19053D;
}
</style>