Shades of Blackcurrant #190A2A
Tints of Blackcurrant #190A2A
RGB
CMYK
RGB Variations
Color information
#190A2A (or 0x190A2A) is known color: Blackcurrant. HEX triplet: 19, 0A and 2A. RGB value is (25,10,42). Sum of RGB (Red+Green+Blue) = 25+10+42=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #190A2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190A2A is #E6F5D5. Grayscale: #121212. Windows color (decimal): -15136214 or 2755097. OLE color: 2755097.
HSL color Cylindrical-coordinate representation of color #190A2A: hue angle of 268.12º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190A2A is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 10 | 42 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.84 |
| HSL | 268.13º | 0.62% | 0.1% | - |
| HSV(B) | 268.13º | 0.76% | 0.16% | - |
| XYZ | 0.93 | 0.59 | 2.26 | - |
| YUV | 18.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 42 | 0.40 | 0.76 | 0 | 0.84 | 268.13 | 0.62 | 0.1 |
| Hex | 19 | A | 2A | 28 | 4C | 0 | 54 | 10C | 3E | A |
| Octal | 31 | 12 | 52 | 50 | 114 | 0 | 124 | 414 | 76 | 12 |
| Binary | 11001 | 1010 | 101010 | 101000 | 1001100 | 0 | 1010100 | 100001100 | 111110 | 1010 |
Color Harmonies of #190A2A
Complementary color
Monochromatic Colors of #190A2A
Black with #190A2A
Text Example
Text Example
White with #190A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A2A; }
p { color: rgb(25,10,42); }
H1.HeaderClassName
{
color: #190A2A;
}
.AnyTagClassName
{
color: #190A2A;
}
</style>
background-color css
<style>
a { background-color: #190A2A; }
a { background-color: rgb(25,10,42); }
div.DivClassName
{
background-color: #190A2A;
}
.BgClassName
{
background-color: #190A2A;
}
</style>
border-color css
<style>
span { border-color: #190A2A; }
span { border-color: rgb(25,10,42); }
td.TdClassName
{
border-color: #190A2A;
}
.TagClassName
{
border-color: #190A2A;
}
</style>