Shades of Blackcurrant #19181A
Tints of Blackcurrant #19181A
RGB
CMYK
RGB Variations
Color information
#19181A (or 0x19181A) is known color: Blackcurrant. HEX triplet: 19, 18 and 1A. RGB value is (25,24,26). Sum of RGB (Red+Green+Blue) = 25+24+26=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 26 - color contains mainly: blue. Hex color #19181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181A is #E6E7E5. Grayscale: #181818. Windows color (decimal): -15132646 or 1710105. OLE color: 1710105.
HSL color Cylindrical-coordinate representation of color #19181A: hue angle of 270º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #19181A is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 24 | 26 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.90 |
| HSL | 270º | 0.04% | 0.1% | - |
| HSV(B) | 270º | 0.08% | 0.1% | - |
| XYZ | 0.91 | 0.93 | 1.11 | - |
| YUV | 24.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 26 | 0.04 | 0.08 | 0 | 0.90 | 270 | 0.04 | 0.1 |
| Hex | 19 | 18 | 1A | 4 | 8 | 0 | 5A | 10E | 4 | A |
| Octal | 31 | 30 | 32 | 4 | 10 | 0 | 132 | 416 | 4 | 12 |
| Binary | 11001 | 11000 | 11010 | 100 | 1000 | 0 | 1011010 | 100001110 | 100 | 1010 |
Color Harmonies of #19181A
Complementary color
Monochromatic Colors of #19181A
Black with #19181A
Text Example
Text Example
White with #19181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19181A; }
p { color: rgb(25,24,26); }
H1.HeaderClassName
{
color: #19181A;
}
.AnyTagClassName
{
color: #19181A;
}
</style>
background-color css
<style>
a { background-color: #19181A; }
a { background-color: rgb(25,24,26); }
div.DivClassName
{
background-color: #19181A;
}
.BgClassName
{
background-color: #19181A;
}
</style>
border-color css
<style>
span { border-color: #19181A; }
span { border-color: rgb(25,24,26); }
td.TdClassName
{
border-color: #19181A;
}
.TagClassName
{
border-color: #19181A;
}
</style>