Shades of Blackcurrant #190135
Tints of Blackcurrant #190135
RGB
CMYK
RGB Variations
Color information
#190135 (or 0x190135) is known color: Blackcurrant. HEX triplet: 19, 01 and 35. RGB value is (25,1,53). Sum of RGB (Red+Green+Blue) = 25+1+53=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #190135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190135 is #E6FECA. Grayscale: #0D0D0D. Windows color (decimal): -15138507 or 3473689. OLE color: 3473689.
HSL color Cylindrical-coordinate representation of color #190135: hue angle of 267.69º 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 #190135 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 1 | 53 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.79 |
| HSL | 267.69º | 0.96% | 0.11% | - |
| HSV(B) | 267.69º | 0.98% | 0.21% | - |
| XYZ | 1.05 | 0.49 | 3.41 | - |
| YUV | 14.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 53 | 0.53 | 0.98 | 0 | 0.79 | 267.69 | 0.96 | 0.11 |
| Hex | 19 | 1 | 35 | 35 | 62 | 0 | 4F | 10C | 60 | B |
| Octal | 31 | 1 | 65 | 65 | 142 | 0 | 117 | 414 | 140 | 13 |
| Binary | 11001 | 1 | 110101 | 110101 | 1100010 | 0 | 1001111 | 100001100 | 1100000 | 1011 |
Color Harmonies of #190135
Complementary color
Monochromatic Colors of #190135
Black with #190135
Text Example
Text Example
White with #190135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190135; }
p { color: rgb(25,1,53); }
H1.HeaderClassName
{
color: #190135;
}
.AnyTagClassName
{
color: #190135;
}
</style>
background-color css
<style>
a { background-color: #190135; }
a { background-color: rgb(25,1,53); }
div.DivClassName
{
background-color: #190135;
}
.BgClassName
{
background-color: #190135;
}
</style>
border-color css
<style>
span { border-color: #190135; }
span { border-color: rgb(25,1,53); }
td.TdClassName
{
border-color: #190135;
}
.TagClassName
{
border-color: #190135;
}
</style>