Shades of Blackcurrant #19171B
Tints of Blackcurrant #19171B
RGB
CMYK
RGB Variations
Color information
#19171B (or 0x19171B) is known color: Blackcurrant. HEX triplet: 19, 17 and 1B. RGB value is (25,23,27). Sum of RGB (Red+Green+Blue) = 25+23+27=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 27 - color contains mainly: blue. Hex color #19171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19171B is #E6E8E4. Grayscale: #181818. Windows color (decimal): -15132901 or 1775385. OLE color: 1775385.
HSL color Cylindrical-coordinate representation of color #19171B: hue angle of 270º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #19171B is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 23 | 27 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.89 |
| HSL | 270º | 0.08% | 0.1% | - |
| HSV(B) | 270º | 0.15% | 0.11% | - |
| XYZ | 0.91 | 0.9 | 1.16 | - |
| YUV | 24.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 27 | 0.07 | 0.15 | 0 | 0.89 | 270 | 0.08 | 0.1 |
| Hex | 19 | 17 | 1B | 7 | F | 0 | 59 | 10E | 8 | A |
| Octal | 31 | 27 | 33 | 7 | 17 | 0 | 131 | 416 | 10 | 12 |
| Binary | 11001 | 10111 | 11011 | 111 | 1111 | 0 | 1011001 | 100001110 | 1000 | 1010 |
Color Harmonies of #19171B
Complementary color
Monochromatic Colors of #19171B
Black with #19171B
Text Example
Text Example
White with #19171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19171B; }
p { color: rgb(25,23,27); }
H1.HeaderClassName
{
color: #19171B;
}
.AnyTagClassName
{
color: #19171B;
}
</style>
background-color css
<style>
a { background-color: #19171B; }
a { background-color: rgb(25,23,27); }
div.DivClassName
{
background-color: #19171B;
}
.BgClassName
{
background-color: #19171B;
}
</style>
border-color css
<style>
span { border-color: #19171B; }
span { border-color: rgb(25,23,27); }
td.TdClassName
{
border-color: #19171B;
}
.TagClassName
{
border-color: #19171B;
}
</style>