Shades of Blackcurrant #190E2D
Tints of Blackcurrant #190E2D
RGB
CMYK
RGB Variations
Color information
#190E2D (or 0x190E2D) is known color: Blackcurrant. HEX triplet: 19, 0E and 2D. RGB value is (25,14,45). Sum of RGB (Red+Green+Blue) = 25+14+45=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 14 (5.86% from 255 or 16.67% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #190E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190E2D is #E6F1D2. Grayscale: #141414. Windows color (decimal): -15135187 or 2952729. OLE color: 2952729.
HSL color Cylindrical-coordinate representation of color #190E2D: hue angle of 261.29º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #190E2D is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 14 | 45 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.82 |
| HSL | 261.29º | 0.53% | 0.12% | - |
| HSV(B) | 261.29º | 0.69% | 0.18% | - |
| XYZ | 1.03 | 0.71 | 2.57 | - |
| YUV | 20.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 45 | 0.44 | 0.69 | 0 | 0.82 | 261.29 | 0.53 | 0.12 |
| Hex | 19 | E | 2D | 2C | 45 | 0 | 52 | 105 | 35 | C |
| Octal | 31 | 16 | 55 | 54 | 105 | 0 | 122 | 405 | 65 | 14 |
| Binary | 11001 | 1110 | 101101 | 101100 | 1000101 | 0 | 1010010 | 100000101 | 110101 | 1100 |
Color Harmonies of #190E2D
Complementary color
Monochromatic Colors of #190E2D
Black with #190E2D
Text Example
Text Example
White with #190E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E2D; }
p { color: rgb(25,14,45); }
H1.HeaderClassName
{
color: #190E2D;
}
.AnyTagClassName
{
color: #190E2D;
}
</style>
background-color css
<style>
a { background-color: #190E2D; }
a { background-color: rgb(25,14,45); }
div.DivClassName
{
background-color: #190E2D;
}
.BgClassName
{
background-color: #190E2D;
}
</style>
border-color css
<style>
span { border-color: #190E2D; }
span { border-color: rgb(25,14,45); }
td.TdClassName
{
border-color: #190E2D;
}
.TagClassName
{
border-color: #190E2D;
}
</style>