Shades of Blackcurrant #191020
Tints of Blackcurrant #191020
RGB
CMYK
RGB Variations
Color information
#191020 (or 0x191020) is known color: Blackcurrant. HEX triplet: 19, 10 and 20. RGB value is (25,16,32). Sum of RGB (Red+Green+Blue) = 25+16+32=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #191020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191020 is #E6EFDF. Grayscale: #141414. Windows color (decimal): -15134688 or 2101273. OLE color: 2101273.
HSL color Cylindrical-coordinate representation of color #191020: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191020 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 16 | 32 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.87 |
| HSL | 273.75º | 0.33% | 0.09% | - |
| HSV(B) | 273.75º | 0.5% | 0.13% | - |
| XYZ | 0.85 | 0.68 | 1.45 | - |
| YUV | 20.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 32 | 0.22 | 0.5 | 0 | 0.87 | 273.75 | 0.33 | 0.09 |
| Hex | 19 | 10 | 20 | 16 | 32 | 0 | 57 | 112 | 21 | 9 |
| Octal | 31 | 20 | 40 | 26 | 62 | 0 | 127 | 422 | 41 | 11 |
| Binary | 11001 | 10000 | 100000 | 10110 | 110010 | 0 | 1010111 | 100010010 | 100001 | 1001 |
Color Harmonies of #191020
Complementary color
Monochromatic Colors of #191020
Black with #191020
Text Example
Text Example
White with #191020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191020; }
p { color: rgb(25,16,32); }
H1.HeaderClassName
{
color: #191020;
}
.AnyTagClassName
{
color: #191020;
}
</style>
background-color css
<style>
a { background-color: #191020; }
a { background-color: rgb(25,16,32); }
div.DivClassName
{
background-color: #191020;
}
.BgClassName
{
background-color: #191020;
}
</style>
border-color css
<style>
span { border-color: #191020; }
span { border-color: rgb(25,16,32); }
td.TdClassName
{
border-color: #191020;
}
.TagClassName
{
border-color: #191020;
}
</style>