Shades of Blackcurrant #19053E
Tints of Blackcurrant #19053E
RGB
CMYK
RGB Variations
Color information
#19053E (or 0x19053E) is known color: Blackcurrant. HEX triplet: 19, 05 and 3E. RGB value is (25,5,62). Sum of RGB (Red+Green+Blue) = 25+5+62=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 62 (24.61% from 255 or 67.39% from 92); Max value from RGB is 62 - color contains mainly: blue. Hex color #19053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053E is #E6FAC1. Grayscale: #111111. Windows color (decimal): -15137474 or 4064537. OLE color: 4064537.
HSL color Cylindrical-coordinate representation of color #19053E: hue angle of 261.05º 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 #19053E is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 5 | 62 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.76 |
| HSL | 261.05º | 0.85% | 0.13% | - |
| HSV(B) | 261.05º | 0.92% | 0.24% | - |
| XYZ | 1.32 | 0.66 | 4.62 | - |
| YUV | 17.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 62 | 0.60 | 0.92 | 0 | 0.76 | 261.05 | 0.85 | 0.13 |
| Hex | 19 | 5 | 3E | 3C | 5C | 0 | 4C | 105 | 55 | D |
| Octal | 31 | 5 | 76 | 74 | 134 | 0 | 114 | 405 | 125 | 15 |
| Binary | 11001 | 101 | 111110 | 111100 | 1011100 | 0 | 1001100 | 100000101 | 1010101 | 1101 |
Color Harmonies of #19053E
Complementary color
Monochromatic Colors of #19053E
Black with #19053E
Text Example
Text Example
White with #19053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19053E; }
p { color: rgb(25,5,62); }
H1.HeaderClassName
{
color: #19053E;
}
.AnyTagClassName
{
color: #19053E;
}
</style>
background-color css
<style>
a { background-color: #19053E; }
a { background-color: rgb(25,5,62); }
div.DivClassName
{
background-color: #19053E;
}
.BgClassName
{
background-color: #19053E;
}
</style>
border-color css
<style>
span { border-color: #19053E; }
span { border-color: rgb(25,5,62); }
td.TdClassName
{
border-color: #19053E;
}
.TagClassName
{
border-color: #19053E;
}
</style>