Shades of Blackcurrant #19053B
Tints of Blackcurrant #19053B
RGB
CMYK
RGB Variations
Color information
#19053B (or 0x19053B) is known color: Blackcurrant. HEX triplet: 19, 05 and 3B. RGB value is (25,5,59). Sum of RGB (Red+Green+Blue) = 25+5+59=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #19053B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19053B is #E6FAC4. Grayscale: #101010. Windows color (decimal): -15137477 or 3867929. OLE color: 3867929.
HSL color Cylindrical-coordinate representation of color #19053B: hue angle of 262.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19053B is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 5 | 59 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.77 |
| HSL | 262.22º | 0.84% | 0.13% | - |
| HSV(B) | 262.22º | 0.92% | 0.23% | - |
| XYZ | 1.24 | 0.63 | 4.19 | - |
| YUV | 17.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 59 | 0.58 | 0.92 | 0 | 0.77 | 262.22 | 0.84 | 0.13 |
| Hex | 19 | 5 | 3B | 3A | 5C | 0 | 4D | 106 | 54 | D |
| Octal | 31 | 5 | 73 | 72 | 134 | 0 | 115 | 406 | 124 | 15 |
| Binary | 11001 | 101 | 111011 | 111010 | 1011100 | 0 | 1001101 | 100000110 | 1010100 | 1101 |
Color Harmonies of #19053B
Complementary color
Monochromatic Colors of #19053B
Black with #19053B
Text Example
Text Example
White with #19053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19053B; }
p { color: rgb(25,5,59); }
H1.HeaderClassName
{
color: #19053B;
}
.AnyTagClassName
{
color: #19053B;
}
</style>
background-color css
<style>
a { background-color: #19053B; }
a { background-color: rgb(25,5,59); }
div.DivClassName
{
background-color: #19053B;
}
.BgClassName
{
background-color: #19053B;
}
</style>
border-color css
<style>
span { border-color: #19053B; }
span { border-color: rgb(25,5,59); }
td.TdClassName
{
border-color: #19053B;
}
.TagClassName
{
border-color: #19053B;
}
</style>