Shades of Blackcurrant #190237
Tints of Blackcurrant #190237
RGB
CMYK
RGB Variations
Color information
#190237 (or 0x190237) is known color: Blackcurrant. HEX triplet: 19, 02 and 37. RGB value is (25,2,55). Sum of RGB (Red+Green+Blue) = 25+2+55=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 55 (21.88% from 255 or 67.07% from 82); Max value from RGB is 55 - color contains mainly: blue. Hex color #190237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190237 is #E6FDC8. Grayscale: #0E0E0E. Windows color (decimal): -15138249 or 3605017. OLE color: 3605017.
HSL color Cylindrical-coordinate representation of color #190237: hue angle of 266.04º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190237 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 2 | 55 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.78 |
| HSL | 266.04º | 0.93% | 0.11% | - |
| HSV(B) | 266.04º | 0.96% | 0.22% | - |
| XYZ | 1.11 | 0.53 | 3.66 | - |
| YUV | 14.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 55 | 0.55 | 0.96 | 0 | 0.78 | 266.04 | 0.93 | 0.11 |
| Hex | 19 | 2 | 37 | 37 | 60 | 0 | 4E | 10A | 5D | B |
| Octal | 31 | 2 | 67 | 67 | 140 | 0 | 116 | 412 | 135 | 13 |
| Binary | 11001 | 10 | 110111 | 110111 | 1100000 | 0 | 1001110 | 100001010 | 1011101 | 1011 |
Color Harmonies of #190237
Complementary color
Monochromatic Colors of #190237
Black with #190237
Text Example
Text Example
White with #190237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190237; }
p { color: rgb(25,2,55); }
H1.HeaderClassName
{
color: #190237;
}
.AnyTagClassName
{
color: #190237;
}
</style>
background-color css
<style>
a { background-color: #190237; }
a { background-color: rgb(25,2,55); }
div.DivClassName
{
background-color: #190237;
}
.BgClassName
{
background-color: #190237;
}
</style>
border-color css
<style>
span { border-color: #190237; }
span { border-color: rgb(25,2,55); }
td.TdClassName
{
border-color: #190237;
}
.TagClassName
{
border-color: #190237;
}
</style>