Shades of Blackcurrant #190227
Tints of Blackcurrant #190227
RGB
CMYK
RGB Variations
Color information
#190227 (or 0x190227) is known color: Blackcurrant. HEX triplet: 19, 02 and 27. RGB value is (25,2,39). Sum of RGB (Red+Green+Blue) = 25+2+39=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #190227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190227 is #E6FDD8. Grayscale: #0C0C0C. Windows color (decimal): -15138265 or 2556441. OLE color: 2556441.
HSL color Cylindrical-coordinate representation of color #190227: hue angle of 277.3º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190227 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 2 | 39 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.85 |
| HSL | 277.3º | 0.9% | 0.08% | - |
| HSV(B) | 277.3º | 0.95% | 0.15% | - |
| XYZ | 0.79 | 0.4 | 1.95 | - |
| YUV | 13.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 39 | 0.36 | 0.95 | 0 | 0.85 | 277.3 | 0.9 | 0.08 |
| Hex | 19 | 2 | 27 | 24 | 5F | 0 | 55 | 115 | 5A | 8 |
| Octal | 31 | 2 | 47 | 44 | 137 | 0 | 125 | 425 | 132 | 10 |
| Binary | 11001 | 10 | 100111 | 100100 | 1011111 | 0 | 1010101 | 100010101 | 1011010 | 1000 |
Color Harmonies of #190227
Complementary color
Monochromatic Colors of #190227
Black with #190227
Text Example
Text Example
White with #190227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190227; }
p { color: rgb(25,2,39); }
H1.HeaderClassName
{
color: #190227;
}
.AnyTagClassName
{
color: #190227;
}
</style>
background-color css
<style>
a { background-color: #190227; }
a { background-color: rgb(25,2,39); }
div.DivClassName
{
background-color: #190227;
}
.BgClassName
{
background-color: #190227;
}
</style>
border-color css
<style>
span { border-color: #190227; }
span { border-color: rgb(25,2,39); }
td.TdClassName
{
border-color: #190227;
}
.TagClassName
{
border-color: #190227;
}
</style>