Shades of Blackcurrant #19033A
Tints of Blackcurrant #19033A
RGB
CMYK
RGB Variations
Color information
#19033A (or 0x19033A) is known color: Blackcurrant. HEX triplet: 19, 03 and 3A. RGB value is (25,3,58). Sum of RGB (Red+Green+Blue) = 25+3+58=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #19033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19033A is #E6FCC5. Grayscale: #0F0F0F. Windows color (decimal): -15137990 or 3801881. OLE color: 3801881.
HSL color Cylindrical-coordinate representation of color #19033A: hue angle of 264º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #19033A is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 3 | 58 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.77 |
| HSL | 264º | 0.9% | 0.12% | - |
| HSV(B) | 264º | 0.95% | 0.23% | - |
| XYZ | 1.2 | 0.58 | 4.05 | - |
| YUV | 15.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 58 | 0.57 | 0.95 | 0 | 0.77 | 264 | 0.9 | 0.12 |
| Hex | 19 | 3 | 3A | 39 | 5F | 0 | 4D | 108 | 5A | C |
| Octal | 31 | 3 | 72 | 71 | 137 | 0 | 115 | 410 | 132 | 14 |
| Binary | 11001 | 11 | 111010 | 111001 | 1011111 | 0 | 1001101 | 100001000 | 1011010 | 1100 |
Color Harmonies of #19033A
Complementary color
Monochromatic Colors of #19033A
Black with #19033A
Text Example
Text Example
White with #19033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19033A; }
p { color: rgb(25,3,58); }
H1.HeaderClassName
{
color: #19033A;
}
.AnyTagClassName
{
color: #19033A;
}
</style>
background-color css
<style>
a { background-color: #19033A; }
a { background-color: rgb(25,3,58); }
div.DivClassName
{
background-color: #19033A;
}
.BgClassName
{
background-color: #19033A;
}
</style>
border-color css
<style>
span { border-color: #19033A; }
span { border-color: rgb(25,3,58); }
td.TdClassName
{
border-color: #19033A;
}
.TagClassName
{
border-color: #19033A;
}
</style>