Shades of Blackcurrant #19012D
Tints of Blackcurrant #19012D
RGB
CMYK
RGB Variations
Color information
#19012D (or 0x19012D) is known color: Blackcurrant. HEX triplet: 19, 01 and 2D. RGB value is (25,1,45). Sum of RGB (Red+Green+Blue) = 25+1+45=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #19012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19012D is #E6FED2. Grayscale: #0D0D0D. Windows color (decimal): -15138515 or 2949401. OLE color: 2949401.
HSL color Cylindrical-coordinate representation of color #19012D: hue angle of 272.73º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19012D is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 1 | 45 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.82 |
| HSL | 272.73º | 0.96% | 0.09% | - |
| HSV(B) | 272.73º | 0.98% | 0.18% | - |
| XYZ | 0.89 | 0.42 | 2.52 | - |
| YUV | 13.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 45 | 0.44 | 0.98 | 0 | 0.82 | 272.73 | 0.96 | 0.09 |
| Hex | 19 | 1 | 2D | 2C | 62 | 0 | 52 | 111 | 60 | 9 |
| Octal | 31 | 1 | 55 | 54 | 142 | 0 | 122 | 421 | 140 | 11 |
| Binary | 11001 | 1 | 101101 | 101100 | 1100010 | 0 | 1010010 | 100010001 | 1100000 | 1001 |
Color Harmonies of #19012D
Complementary color
Monochromatic Colors of #19012D
Black with #19012D
Text Example
Text Example
White with #19012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19012D; }
p { color: rgb(25,1,45); }
H1.HeaderClassName
{
color: #19012D;
}
.AnyTagClassName
{
color: #19012D;
}
</style>
background-color css
<style>
a { background-color: #19012D; }
a { background-color: rgb(25,1,45); }
div.DivClassName
{
background-color: #19012D;
}
.BgClassName
{
background-color: #19012D;
}
</style>
border-color css
<style>
span { border-color: #19012D; }
span { border-color: rgb(25,1,45); }
td.TdClassName
{
border-color: #19012D;
}
.TagClassName
{
border-color: #19012D;
}
</style>