Shades of Blackcurrant #19111B
Tints of Blackcurrant #19111B
RGB
CMYK
RGB Variations
Color information
#19111B (or 0x19111B) is known color: Blackcurrant. HEX triplet: 19, 11 and 1B. RGB value is (25,17,27). Sum of RGB (Red+Green+Blue) = 25+17+27=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 27 - color contains mainly: blue. Hex color #19111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111B is #E6EEE4. Grayscale: #141414. Windows color (decimal): -15134437 or 1773849. OLE color: 1773849.
HSL color Cylindrical-coordinate representation of color #19111B: hue angle of 288º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #19111B is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 17 | 27 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.89 |
| HSL | 288º | 0.23% | 0.09% | - |
| HSV(B) | 288º | 0.37% | 0.11% | - |
| XYZ | 0.8 | 0.69 | 1.13 | - |
| YUV | 20.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 27 | 0.07 | 0.37 | 0 | 0.89 | 288 | 0.23 | 0.09 |
| Hex | 19 | 11 | 1B | 7 | 25 | 0 | 59 | 120 | 17 | 9 |
| Octal | 31 | 21 | 33 | 7 | 45 | 0 | 131 | 440 | 27 | 11 |
| Binary | 11001 | 10001 | 11011 | 111 | 100101 | 0 | 1011001 | 100100000 | 10111 | 1001 |
Color Harmonies of #19111B
Complementary color
Monochromatic Colors of #19111B
Black with #19111B
Text Example
Text Example
White with #19111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19111B; }
p { color: rgb(25,17,27); }
H1.HeaderClassName
{
color: #19111B;
}
.AnyTagClassName
{
color: #19111B;
}
</style>
background-color css
<style>
a { background-color: #19111B; }
a { background-color: rgb(25,17,27); }
div.DivClassName
{
background-color: #19111B;
}
.BgClassName
{
background-color: #19111B;
}
</style>
border-color css
<style>
span { border-color: #19111B; }
span { border-color: rgb(25,17,27); }
td.TdClassName
{
border-color: #19111B;
}
.TagClassName
{
border-color: #19111B;
}
</style>