Shades of Blackcurrant #190522
Tints of Blackcurrant #190522
RGB
CMYK
RGB Variations
Color information
#190522 (or 0x190522) is known color: Blackcurrant. HEX triplet: 19, 05 and 22. RGB value is (25,5,34). Sum of RGB (Red+Green+Blue) = 25+5+34=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 34 (13.67% from 255 or 53.12% from 64); Max value from RGB is 34 - color contains mainly: blue. Hex color #190522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190522 is #E6FADD. Grayscale: #0E0E0E. Windows color (decimal): -15137502 or 2229529. OLE color: 2229529.
HSL color Cylindrical-coordinate representation of color #190522: hue angle of 281.38º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #190522 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 5 | 34 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.87 |
| HSL | 281.38º | 0.74% | 0.08% | - |
| HSV(B) | 281.38º | 0.85% | 0.13% | - |
| XYZ | 0.74 | 0.43 | 1.56 | - |
| YUV | 14.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 34 | 0.26 | 0.85 | 0 | 0.87 | 281.38 | 0.74 | 0.08 |
| Hex | 19 | 5 | 22 | 1A | 55 | 0 | 57 | 119 | 4A | 8 |
| Octal | 31 | 5 | 42 | 32 | 125 | 0 | 127 | 431 | 112 | 10 |
| Binary | 11001 | 101 | 100010 | 11010 | 1010101 | 0 | 1010111 | 100011001 | 1001010 | 1000 |
Color Harmonies of #190522
Complementary color
Monochromatic Colors of #190522
Black with #190522
Text Example
Text Example
White with #190522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190522; }
p { color: rgb(25,5,34); }
H1.HeaderClassName
{
color: #190522;
}
.AnyTagClassName
{
color: #190522;
}
</style>
background-color css
<style>
a { background-color: #190522; }
a { background-color: rgb(25,5,34); }
div.DivClassName
{
background-color: #190522;
}
.BgClassName
{
background-color: #190522;
}
</style>
border-color css
<style>
span { border-color: #190522; }
span { border-color: rgb(25,5,34); }
td.TdClassName
{
border-color: #190522;
}
.TagClassName
{
border-color: #190522;
}
</style>