Shades of Blackcurrant #19092D
Tints of Blackcurrant #19092D
RGB
CMYK
RGB Variations
Color information
#19092D (or 0x19092D) is known color: Blackcurrant. HEX triplet: 19, 09 and 2D. RGB value is (25,9,45). Sum of RGB (Red+Green+Blue) = 25+9+45=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #19092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19092D is #E6F6D2. Grayscale: #111111. Windows color (decimal): -15136467 or 2951449. OLE color: 2951449.
HSL color Cylindrical-coordinate representation of color #19092D: hue angle of 266.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19092D is Cyan = 0.44, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 9 | 45 | - |
| CMYK | 0.44 | 0.8 | 0 | 0.82 |
| HSL | 266.67º | 0.67% | 0.11% | - |
| HSV(B) | 266.67º | 0.8% | 0.18% | - |
| XYZ | 0.97 | 0.59 | 2.55 | - |
| YUV | 17.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 45 | 0.44 | 0.8 | 0 | 0.82 | 266.67 | 0.67 | 0.11 |
| Hex | 19 | 9 | 2D | 2C | 50 | 0 | 52 | 10B | 43 | B |
| Octal | 31 | 11 | 55 | 54 | 120 | 0 | 122 | 413 | 103 | 13 |
| Binary | 11001 | 1001 | 101101 | 101100 | 1010000 | 0 | 1010010 | 100001011 | 1000011 | 1011 |
Color Harmonies of #19092D
Complementary color
Monochromatic Colors of #19092D
Black with #19092D
Text Example
Text Example
White with #19092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19092D; }
p { color: rgb(25,9,45); }
H1.HeaderClassName
{
color: #19092D;
}
.AnyTagClassName
{
color: #19092D;
}
</style>
background-color css
<style>
a { background-color: #19092D; }
a { background-color: rgb(25,9,45); }
div.DivClassName
{
background-color: #19092D;
}
.BgClassName
{
background-color: #19092D;
}
</style>
border-color css
<style>
span { border-color: #19092D; }
span { border-color: rgb(25,9,45); }
td.TdClassName
{
border-color: #19092D;
}
.TagClassName
{
border-color: #19092D;
}
</style>