Shades of Blackcurrant #190B31
Tints of Blackcurrant #190B31
RGB
CMYK
RGB Variations
Color information
#190B31 (or 0x190B31) is known color: Blackcurrant. HEX triplet: 19, 0B and 31. RGB value is (25,11,49). Sum of RGB (Red+Green+Blue) = 25+11+49=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #190B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B31 is #E6F4CE. Grayscale: #131313. Windows color (decimal): -15135951 or 3214105. OLE color: 3214105.
HSL color Cylindrical-coordinate representation of color #190B31: hue angle of 262.11º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #190B31 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 11 | 49 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.81 |
| HSL | 262.11º | 0.63% | 0.12% | - |
| HSV(B) | 262.11º | 0.78% | 0.19% | - |
| XYZ | 1.07 | 0.67 | 2.98 | - |
| YUV | 19.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 49 | 0.49 | 0.78 | 0 | 0.81 | 262.11 | 0.63 | 0.12 |
| Hex | 19 | B | 31 | 31 | 4E | 0 | 51 | 106 | 3F | C |
| Octal | 31 | 13 | 61 | 61 | 116 | 0 | 121 | 406 | 77 | 14 |
| Binary | 11001 | 1011 | 110001 | 110001 | 1001110 | 0 | 1010001 | 100000110 | 111111 | 1100 |
Color Harmonies of #190B31
Complementary color
Monochromatic Colors of #190B31
Black with #190B31
Text Example
Text Example
White with #190B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B31; }
p { color: rgb(25,11,49); }
H1.HeaderClassName
{
color: #190B31;
}
.AnyTagClassName
{
color: #190B31;
}
</style>
background-color css
<style>
a { background-color: #190B31; }
a { background-color: rgb(25,11,49); }
div.DivClassName
{
background-color: #190B31;
}
.BgClassName
{
background-color: #190B31;
}
</style>
border-color css
<style>
span { border-color: #190B31; }
span { border-color: rgb(25,11,49); }
td.TdClassName
{
border-color: #190B31;
}
.TagClassName
{
border-color: #190B31;
}
</style>