Shades of Blackcurrant #190938
Tints of Blackcurrant #190938
RGB
CMYK
RGB Variations
Color information
#190938 (or 0x190938) is known color: Blackcurrant. HEX triplet: 19, 09 and 38. RGB value is (25,9,56). Sum of RGB (Red+Green+Blue) = 25+9+56=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #190938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190938 is #E6F6C7. Grayscale: #121212. Windows color (decimal): -15136456 or 3672345. OLE color: 3672345.
HSL color Cylindrical-coordinate representation of color #190938: hue angle of 260.43º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190938 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 9 | 56 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.78 |
| HSL | 260.43º | 0.72% | 0.13% | - |
| HSV(B) | 260.43º | 0.84% | 0.22% | - |
| XYZ | 1.21 | 0.69 | 3.81 | - |
| YUV | 19.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 56 | 0.55 | 0.84 | 0 | 0.78 | 260.43 | 0.72 | 0.13 |
| Hex | 19 | 9 | 38 | 37 | 54 | 0 | 4E | 104 | 48 | D |
| Octal | 31 | 11 | 70 | 67 | 124 | 0 | 116 | 404 | 110 | 15 |
| Binary | 11001 | 1001 | 111000 | 110111 | 1010100 | 0 | 1001110 | 100000100 | 1001000 | 1101 |
Color Harmonies of #190938
Complementary color
Monochromatic Colors of #190938
Black with #190938
Text Example
Text Example
White with #190938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190938; }
p { color: rgb(25,9,56); }
H1.HeaderClassName
{
color: #190938;
}
.AnyTagClassName
{
color: #190938;
}
</style>
background-color css
<style>
a { background-color: #190938; }
a { background-color: rgb(25,9,56); }
div.DivClassName
{
background-color: #190938;
}
.BgClassName
{
background-color: #190938;
}
</style>
border-color css
<style>
span { border-color: #190938; }
span { border-color: rgb(25,9,56); }
td.TdClassName
{
border-color: #190938;
}
.TagClassName
{
border-color: #190938;
}
</style>