Shades of Blackcurrant #19161B
Tints of Blackcurrant #19161B
RGB
CMYK
RGB Variations
Color information
#19161B (or 0x19161B) is known color: Blackcurrant. HEX triplet: 19, 16 and 1B. RGB value is (25,22,27). Sum of RGB (Red+Green+Blue) = 25+22+27=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #19161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19161B is #E6E9E4. Grayscale: #171717. Windows color (decimal): -15133157 or 1775129. OLE color: 1775129.
HSL color Cylindrical-coordinate representation of color #19161B: hue angle of 276º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #19161B is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 22 | 27 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.89 |
| HSL | 276º | 0.1% | 0.1% | - |
| HSV(B) | 276º | 0.19% | 0.11% | - |
| XYZ | 0.89 | 0.86 | 1.16 | - |
| YUV | 23.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 22 | 27 | 0.07 | 0.19 | 0 | 0.89 | 276 | 0.1 | 0.1 |
| Hex | 19 | 16 | 1B | 7 | 13 | 0 | 59 | 114 | A | A |
| Octal | 31 | 26 | 33 | 7 | 23 | 0 | 131 | 424 | 12 | 12 |
| Binary | 11001 | 10110 | 11011 | 111 | 10011 | 0 | 1011001 | 100010100 | 1010 | 1010 |
Color Harmonies of #19161B
Complementary color
Monochromatic Colors of #19161B
Black with #19161B
Text Example
Text Example
White with #19161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19161B; }
p { color: rgb(25,22,27); }
H1.HeaderClassName
{
color: #19161B;
}
.AnyTagClassName
{
color: #19161B;
}
</style>
background-color css
<style>
a { background-color: #19161B; }
a { background-color: rgb(25,22,27); }
div.DivClassName
{
background-color: #19161B;
}
.BgClassName
{
background-color: #19161B;
}
</style>
border-color css
<style>
span { border-color: #19161B; }
span { border-color: rgb(25,22,27); }
td.TdClassName
{
border-color: #19161B;
}
.TagClassName
{
border-color: #19161B;
}
</style>