Shades of Blackcurrant #190229
Tints of Blackcurrant #190229
RGB
CMYK
RGB Variations
Color information
#190229 (or 0x190229) is known color: Blackcurrant. HEX triplet: 19, 02 and 29. RGB value is (25,2,41). Sum of RGB (Red+Green+Blue) = 25+2+41=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #190229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190229 is #E6FDD6. Grayscale: #0D0D0D. Windows color (decimal): -15138263 or 2687513. OLE color: 2687513.
HSL color Cylindrical-coordinate representation of color #190229: hue angle of 275.38º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190229 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 2 | 41 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.84 |
| HSL | 275.38º | 0.91% | 0.08% | - |
| HSV(B) | 275.38º | 0.95% | 0.16% | - |
| XYZ | 0.82 | 0.41 | 2.13 | - |
| YUV | 13.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 41 | 0.39 | 0.95 | 0 | 0.84 | 275.38 | 0.91 | 0.08 |
| Hex | 19 | 2 | 29 | 27 | 5F | 0 | 54 | 113 | 5B | 8 |
| Octal | 31 | 2 | 51 | 47 | 137 | 0 | 124 | 423 | 133 | 10 |
| Binary | 11001 | 10 | 101001 | 100111 | 1011111 | 0 | 1010100 | 100010011 | 1011011 | 1000 |
Color Harmonies of #190229
Complementary color
Monochromatic Colors of #190229
Black with #190229
Text Example
Text Example
White with #190229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190229; }
p { color: rgb(25,2,41); }
H1.HeaderClassName
{
color: #190229;
}
.AnyTagClassName
{
color: #190229;
}
</style>
background-color css
<style>
a { background-color: #190229; }
a { background-color: rgb(25,2,41); }
div.DivClassName
{
background-color: #190229;
}
.BgClassName
{
background-color: #190229;
}
</style>
border-color css
<style>
span { border-color: #190229; }
span { border-color: rgb(25,2,41); }
td.TdClassName
{
border-color: #190229;
}
.TagClassName
{
border-color: #190229;
}
</style>