Shades of Blackcurrant #19042F
Tints of Blackcurrant #19042F
RGB
CMYK
RGB Variations
Color information
#19042F (or 0x19042F) is known color: Blackcurrant. HEX triplet: 19, 04 and 2F. RGB value is (25,4,47). Sum of RGB (Red+Green+Blue) = 25+4+47=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #19042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19042F is #E6FBD0. Grayscale: #0F0F0F. Windows color (decimal): -15137745 or 3081241. OLE color: 3081241.
HSL color Cylindrical-coordinate representation of color #19042F: hue angle of 269.3º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19042F is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 4 | 47 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.82 |
| HSL | 269.3º | 0.84% | 0.1% | - |
| HSV(B) | 269.3º | 0.91% | 0.18% | - |
| XYZ | 0.96 | 0.5 | 2.74 | - |
| YUV | 15.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 47 | 0.47 | 0.91 | 0 | 0.82 | 269.3 | 0.84 | 0.1 |
| Hex | 19 | 4 | 2F | 2F | 5B | 0 | 52 | 10D | 54 | A |
| Octal | 31 | 4 | 57 | 57 | 133 | 0 | 122 | 415 | 124 | 12 |
| Binary | 11001 | 100 | 101111 | 101111 | 1011011 | 0 | 1010010 | 100001101 | 1010100 | 1010 |
Color Harmonies of #19042F
Complementary color
Monochromatic Colors of #19042F
Black with #19042F
Text Example
Text Example
White with #19042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19042F; }
p { color: rgb(25,4,47); }
H1.HeaderClassName
{
color: #19042F;
}
.AnyTagClassName
{
color: #19042F;
}
</style>
background-color css
<style>
a { background-color: #19042F; }
a { background-color: rgb(25,4,47); }
div.DivClassName
{
background-color: #19042F;
}
.BgClassName
{
background-color: #19042F;
}
</style>
border-color css
<style>
span { border-color: #19042F; }
span { border-color: rgb(25,4,47); }
td.TdClassName
{
border-color: #19042F;
}
.TagClassName
{
border-color: #19042F;
}
</style>