Shades of Blackcurrant #19003B
Tints of Blackcurrant #19003B
RGB
CMYK
RGB Variations
Color information
#19003B (or 0x19003B) is known color: Blackcurrant. HEX triplet: 19, 00 and 3B. RGB value is (25,0,59). Sum of RGB (Red+Green+Blue) = 25+0+59=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 59 (23.44% from 255 or 70.24% from 84); Max value from RGB is 59 - color contains mainly: blue. Hex color #19003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19003B is #E6FFC4. Grayscale: #0D0D0D. Windows color (decimal): -15138757 or 3866649. OLE color: 3866649.
HSL color Cylindrical-coordinate representation of color #19003B: hue angle of 265.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19003B is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 0 | 59 | - |
| CMYK | 0.58 | 1 | 0 | 0.77 |
| HSL | 265.42º | 1% | 0.12% | - |
| HSV(B) | 265.42º | 1% | 0.23% | - |
| XYZ | 1.19 | 0.52 | 4.18 | - |
| YUV | 14.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 59 | 0.58 | 1 | 0 | 0.77 | 265.42 | 1 | 0.12 |
| Hex | 19 | 0 | 3B | 3A | 64 | 0 | 4D | 109 | 64 | C |
| Octal | 31 | 0 | 73 | 72 | 144 | 0 | 115 | 411 | 144 | 14 |
| Binary | 11001 | 0 | 111011 | 111010 | 1100100 | 0 | 1001101 | 100001001 | 1100100 | 1100 |
Color Harmonies of #19003B
Complementary color
Monochromatic Colors of #19003B
Black with #19003B
Text Example
Text Example
White with #19003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19003B; }
p { color: rgb(25,0,59); }
H1.HeaderClassName
{
color: #19003B;
}
.AnyTagClassName
{
color: #19003B;
}
</style>
background-color css
<style>
a { background-color: #19003B; }
a { background-color: rgb(25,0,59); }
div.DivClassName
{
background-color: #19003B;
}
.BgClassName
{
background-color: #19003B;
}
</style>
border-color css
<style>
span { border-color: #19003B; }
span { border-color: rgb(25,0,59); }
td.TdClassName
{
border-color: #19003B;
}
.TagClassName
{
border-color: #19003B;
}
</style>