Shades of Blackcurrant #190C2D
Tints of Blackcurrant #190C2D
RGB
CMYK
RGB Variations
Color information
#190C2D (or 0x190C2D) is known color: Blackcurrant. HEX triplet: 19, 0C and 2D. RGB value is (25,12,45). Sum of RGB (Red+Green+Blue) = 25+12+45=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #190C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C2D is #E6F3D2. Grayscale: #131313. Windows color (decimal): -15135699 or 2952217. OLE color: 2952217.
HSL color Cylindrical-coordinate representation of color #190C2D: hue angle of 263.64º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #190C2D is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 12 | 45 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.82 |
| HSL | 263.64º | 0.58% | 0.11% | - |
| HSV(B) | 263.64º | 0.73% | 0.18% | - |
| XYZ | 1.01 | 0.66 | 2.56 | - |
| YUV | 19.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 45 | 0.44 | 0.73 | 0 | 0.82 | 263.64 | 0.58 | 0.11 |
| Hex | 19 | C | 2D | 2C | 49 | 0 | 52 | 108 | 3A | B |
| Octal | 31 | 14 | 55 | 54 | 111 | 0 | 122 | 410 | 72 | 13 |
| Binary | 11001 | 1100 | 101101 | 101100 | 1001001 | 0 | 1010010 | 100001000 | 111010 | 1011 |
Color Harmonies of #190C2D
Complementary color
Monochromatic Colors of #190C2D
Black with #190C2D
Text Example
Text Example
White with #190C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C2D; }
p { color: rgb(25,12,45); }
H1.HeaderClassName
{
color: #190C2D;
}
.AnyTagClassName
{
color: #190C2D;
}
</style>
background-color css
<style>
a { background-color: #190C2D; }
a { background-color: rgb(25,12,45); }
div.DivClassName
{
background-color: #190C2D;
}
.BgClassName
{
background-color: #190C2D;
}
</style>
border-color css
<style>
span { border-color: #190C2D; }
span { border-color: rgb(25,12,45); }
td.TdClassName
{
border-color: #190C2D;
}
.TagClassName
{
border-color: #190C2D;
}
</style>