Shades of Blackcurrant #190625
Tints of Blackcurrant #190625
RGB
CMYK
RGB Variations
Color information
#190625 (or 0x190625) is known color: Blackcurrant. HEX triplet: 19, 06 and 25. RGB value is (25,6,37). Sum of RGB (Red+Green+Blue) = 25+6+37=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #190625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190625 is #E6F9DA. Grayscale: #0F0F0F. Windows color (decimal): -15137243 or 2426393. OLE color: 2426393.
HSL color Cylindrical-coordinate representation of color #190625: hue angle of 276.77º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190625 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 6 | 37 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.85 |
| HSL | 276.77º | 0.72% | 0.08% | - |
| HSV(B) | 276.77º | 0.84% | 0.15% | - |
| XYZ | 0.8 | 0.47 | 1.8 | - |
| YUV | 15.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 37 | 0.32 | 0.84 | 0 | 0.85 | 276.77 | 0.72 | 0.08 |
| Hex | 19 | 6 | 25 | 20 | 54 | 0 | 55 | 115 | 48 | 8 |
| Octal | 31 | 6 | 45 | 40 | 124 | 0 | 125 | 425 | 110 | 10 |
| Binary | 11001 | 110 | 100101 | 100000 | 1010100 | 0 | 1010101 | 100010101 | 1001000 | 1000 |
Color Harmonies of #190625
Complementary color
Monochromatic Colors of #190625
Black with #190625
Text Example
Text Example
White with #190625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190625; }
p { color: rgb(25,6,37); }
H1.HeaderClassName
{
color: #190625;
}
.AnyTagClassName
{
color: #190625;
}
</style>
background-color css
<style>
a { background-color: #190625; }
a { background-color: rgb(25,6,37); }
div.DivClassName
{
background-color: #190625;
}
.BgClassName
{
background-color: #190625;
}
</style>
border-color css
<style>
span { border-color: #190625; }
span { border-color: rgb(25,6,37); }
td.TdClassName
{
border-color: #190625;
}
.TagClassName
{
border-color: #190625;
}
</style>