Shades of Blackcurrant #19151B
Tints of Blackcurrant #19151B
RGB
CMYK
RGB Variations
Color information
#19151B (or 0x19151B) is known color: Blackcurrant. HEX triplet: 19, 15 and 1B. RGB value is (25,21,27). Sum of RGB (Red+Green+Blue) = 25+21+27=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 27 - color contains mainly: blue. Hex color #19151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151B is #E6EAE4. Grayscale: #161616. Windows color (decimal): -15133413 or 1774873. OLE color: 1774873.
HSL color Cylindrical-coordinate representation of color #19151B: hue angle of 280º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #19151B is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 21 | 27 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.89 |
| HSL | 280º | 0.13% | 0.09% | - |
| HSV(B) | 280º | 0.22% | 0.11% | - |
| XYZ | 0.87 | 0.82 | 1.15 | - |
| YUV | 22.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 27 | 0.07 | 0.22 | 0 | 0.89 | 280 | 0.13 | 0.09 |
| Hex | 19 | 15 | 1B | 7 | 16 | 0 | 59 | 118 | C | 9 |
| Octal | 31 | 25 | 33 | 7 | 26 | 0 | 131 | 430 | 14 | 11 |
| Binary | 11001 | 10101 | 11011 | 111 | 10110 | 0 | 1011001 | 100011000 | 1100 | 1001 |
Color Harmonies of #19151B
Complementary color
Monochromatic Colors of #19151B
Black with #19151B
Text Example
Text Example
White with #19151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19151B; }
p { color: rgb(25,21,27); }
H1.HeaderClassName
{
color: #19151B;
}
.AnyTagClassName
{
color: #19151B;
}
</style>
background-color css
<style>
a { background-color: #19151B; }
a { background-color: rgb(25,21,27); }
div.DivClassName
{
background-color: #19151B;
}
.BgClassName
{
background-color: #19151B;
}
</style>
border-color css
<style>
span { border-color: #19151B; }
span { border-color: rgb(25,21,27); }
td.TdClassName
{
border-color: #19151B;
}
.TagClassName
{
border-color: #19151B;
}
</style>