Shades of Blackcurrant #19081C
Tints of Blackcurrant #19081C
RGB
CMYK
RGB Variations
Color information
#19081C (or 0x19081C) is known color: Blackcurrant. HEX triplet: 19, 08 and 1C. RGB value is (25,8,28). Sum of RGB (Red+Green+Blue) = 25+8+28=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #19081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19081C is #E6F7E3. Grayscale: #0F0F0F. Windows color (decimal): -15136740 or 1837081. OLE color: 1837081.
HSL color Cylindrical-coordinate representation of color #19081C: hue angle of 291º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19081C is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 8 | 28 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.89 |
| HSL | 291º | 0.56% | 0.07% | - |
| HSV(B) | 291º | 0.71% | 0.11% | - |
| XYZ | 0.7 | 0.46 | 1.15 | - |
| YUV | 15.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 28 | 0.11 | 0.71 | 0 | 0.89 | 291 | 0.56 | 0.07 |
| Hex | 19 | 8 | 1C | B | 47 | 0 | 59 | 123 | 38 | 7 |
| Octal | 31 | 10 | 34 | 13 | 107 | 0 | 131 | 443 | 70 | 7 |
| Binary | 11001 | 1000 | 11100 | 1011 | 1000111 | 0 | 1011001 | 100100011 | 111000 | 111 |
Color Harmonies of #19081C
Complementary color
Monochromatic Colors of #19081C
Black with #19081C
Text Example
Text Example
White with #19081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19081C; }
p { color: rgb(25,8,28); }
H1.HeaderClassName
{
color: #19081C;
}
.AnyTagClassName
{
color: #19081C;
}
</style>
background-color css
<style>
a { background-color: #19081C; }
a { background-color: rgb(25,8,28); }
div.DivClassName
{
background-color: #19081C;
}
.BgClassName
{
background-color: #19081C;
}
</style>
border-color css
<style>
span { border-color: #19081C; }
span { border-color: rgb(25,8,28); }
td.TdClassName
{
border-color: #19081C;
}
.TagClassName
{
border-color: #19081C;
}
</style>