Shades of Blackcurrant #19121B
Tints of Blackcurrant #19121B
RGB
CMYK
RGB Variations
Color information
#19121B (or 0x19121B) is known color: Blackcurrant. HEX triplet: 19, 12 and 1B. RGB value is (25,18,27). Sum of RGB (Red+Green+Blue) = 25+18+27=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #19121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121B is #E6EDE4. Grayscale: #151515. Windows color (decimal): -15134181 or 1774105. OLE color: 1774105.
HSL color Cylindrical-coordinate representation of color #19121B: hue angle of 286.67º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #19121B is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 18 | 27 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.89 |
| HSL | 286.67º | 0.2% | 0.09% | - |
| HSV(B) | 286.67º | 0.33% | 0.11% | - |
| XYZ | 0.82 | 0.72 | 1.13 | - |
| YUV | 21.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 27 | 0.07 | 0.33 | 0 | 0.89 | 286.67 | 0.2 | 0.09 |
| Hex | 19 | 12 | 1B | 7 | 21 | 0 | 59 | 11F | 14 | 9 |
| Octal | 31 | 22 | 33 | 7 | 41 | 0 | 131 | 437 | 24 | 11 |
| Binary | 11001 | 10010 | 11011 | 111 | 100001 | 0 | 1011001 | 100011111 | 10100 | 1001 |
Color Harmonies of #19121B
Complementary color
Monochromatic Colors of #19121B
Black with #19121B
Text Example
Text Example
White with #19121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19121B; }
p { color: rgb(25,18,27); }
H1.HeaderClassName
{
color: #19121B;
}
.AnyTagClassName
{
color: #19121B;
}
</style>
background-color css
<style>
a { background-color: #19121B; }
a { background-color: rgb(25,18,27); }
div.DivClassName
{
background-color: #19121B;
}
.BgClassName
{
background-color: #19121B;
}
</style>
border-color css
<style>
span { border-color: #19121B; }
span { border-color: rgb(25,18,27); }
td.TdClassName
{
border-color: #19121B;
}
.TagClassName
{
border-color: #19121B;
}
</style>