Shades of Blackcurrant #190838
Tints of Blackcurrant #190838
RGB
CMYK
RGB Variations
Color information
#190838 (or 0x190838) is known color: Blackcurrant. HEX triplet: 19, 08 and 38. RGB value is (25,8,56). Sum of RGB (Red+Green+Blue) = 25+8+56=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #190838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190838 is #E6F7C7. Grayscale: #121212. Windows color (decimal): -15136712 or 3672089. OLE color: 3672089.
HSL color Cylindrical-coordinate representation of color #190838: hue angle of 261.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #190838 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 8 | 56 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.78 |
| HSL | 261.25º | 0.75% | 0.13% | - |
| HSV(B) | 261.25º | 0.86% | 0.22% | - |
| XYZ | 1.2 | 0.67 | 3.81 | - |
| YUV | 18.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 56 | 0.55 | 0.86 | 0 | 0.78 | 261.25 | 0.75 | 0.13 |
| Hex | 19 | 8 | 38 | 37 | 56 | 0 | 4E | 105 | 4B | D |
| Octal | 31 | 10 | 70 | 67 | 126 | 0 | 116 | 405 | 113 | 15 |
| Binary | 11001 | 1000 | 111000 | 110111 | 1010110 | 0 | 1001110 | 100000101 | 1001011 | 1101 |
Color Harmonies of #190838
Complementary color
Monochromatic Colors of #190838
Black with #190838
Text Example
Text Example
White with #190838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190838; }
p { color: rgb(25,8,56); }
H1.HeaderClassName
{
color: #190838;
}
.AnyTagClassName
{
color: #190838;
}
</style>
background-color css
<style>
a { background-color: #190838; }
a { background-color: rgb(25,8,56); }
div.DivClassName
{
background-color: #190838;
}
.BgClassName
{
background-color: #190838;
}
</style>
border-color css
<style>
span { border-color: #190838; }
span { border-color: rgb(25,8,56); }
td.TdClassName
{
border-color: #190838;
}
.TagClassName
{
border-color: #190838;
}
</style>