Shades of Blackcurrant #190136
Tints of Blackcurrant #190136
RGB
CMYK
RGB Variations
Color information
#190136 (or 0x190136) is known color: Blackcurrant. HEX triplet: 19, 01 and 36. RGB value is (25,1,54). Sum of RGB (Red+Green+Blue) = 25+1+54=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #190136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190136 is #E6FEC9. Grayscale: #0E0E0E. Windows color (decimal): -15138506 or 3539225. OLE color: 3539225.
HSL color Cylindrical-coordinate representation of color #190136: hue angle of 267.17º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190136 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 1 | 54 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.79 |
| HSL | 267.17º | 0.96% | 0.11% | - |
| HSV(B) | 267.17º | 0.98% | 0.21% | - |
| XYZ | 1.08 | 0.49 | 3.53 | - |
| YUV | 14.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 54 | 0.54 | 0.98 | 0 | 0.79 | 267.17 | 0.96 | 0.11 |
| Hex | 19 | 1 | 36 | 36 | 62 | 0 | 4F | 10B | 60 | B |
| Octal | 31 | 1 | 66 | 66 | 142 | 0 | 117 | 413 | 140 | 13 |
| Binary | 11001 | 1 | 110110 | 110110 | 1100010 | 0 | 1001111 | 100001011 | 1100000 | 1011 |
Color Harmonies of #190136
Complementary color
Monochromatic Colors of #190136
Black with #190136
Text Example
Text Example
White with #190136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190136; }
p { color: rgb(25,1,54); }
H1.HeaderClassName
{
color: #190136;
}
.AnyTagClassName
{
color: #190136;
}
</style>
background-color css
<style>
a { background-color: #190136; }
a { background-color: rgb(25,1,54); }
div.DivClassName
{
background-color: #190136;
}
.BgClassName
{
background-color: #190136;
}
</style>
border-color css
<style>
span { border-color: #190136; }
span { border-color: rgb(25,1,54); }
td.TdClassName
{
border-color: #190136;
}
.TagClassName
{
border-color: #190136;
}
</style>