Shades of Blackcurrant #190B1B
Tints of Blackcurrant #190B1B
RGB
CMYK
RGB Variations
Color information
#190B1B (or 0x190B1B) is known color: Blackcurrant. HEX triplet: 19, 0B and 1B. RGB value is (25,11,27). Sum of RGB (Red+Green+Blue) = 25+11+27=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 27 - color contains mainly: blue. Hex color #190B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B1B is #E6F4E4. Grayscale: #101010. Windows color (decimal): -15135973 or 1772313. OLE color: 1772313.
HSL color Cylindrical-coordinate representation of color #190B1B: hue angle of 292.5º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #190B1B is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 11 | 27 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.89 |
| HSL | 292.5º | 0.42% | 0.07% | - |
| HSV(B) | 292.5º | 0.59% | 0.11% | - |
| XYZ | 0.72 | 0.53 | 1.1 | - |
| YUV | 17.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 27 | 0.07 | 0.59 | 0 | 0.89 | 292.5 | 0.42 | 0.07 |
| Hex | 19 | B | 1B | 7 | 3B | 0 | 59 | 124 | 2A | 7 |
| Octal | 31 | 13 | 33 | 7 | 73 | 0 | 131 | 444 | 52 | 7 |
| Binary | 11001 | 1011 | 11011 | 111 | 111011 | 0 | 1011001 | 100100100 | 101010 | 111 |
Color Harmonies of #190B1B
Complementary color
Monochromatic Colors of #190B1B
Black with #190B1B
Text Example
Text Example
White with #190B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B1B; }
p { color: rgb(25,11,27); }
H1.HeaderClassName
{
color: #190B1B;
}
.AnyTagClassName
{
color: #190B1B;
}
</style>
background-color css
<style>
a { background-color: #190B1B; }
a { background-color: rgb(25,11,27); }
div.DivClassName
{
background-color: #190B1B;
}
.BgClassName
{
background-color: #190B1B;
}
</style>
border-color css
<style>
span { border-color: #190B1B; }
span { border-color: rgb(25,11,27); }
td.TdClassName
{
border-color: #190B1B;
}
.TagClassName
{
border-color: #190B1B;
}
</style>