Shades of Blackcurrant #19082B
Tints of Blackcurrant #19082B
RGB
CMYK
RGB Variations
Color information
#19082B (or 0x19082B) is known color: Blackcurrant. HEX triplet: 19, 08 and 2B. RGB value is (25,8,43). Sum of RGB (Red+Green+Blue) = 25+8+43=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #19082B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082B is #E6F7D4. Grayscale: #101010. Windows color (decimal): -15136725 or 2820121. OLE color: 2820121.
HSL color Cylindrical-coordinate representation of color #19082B: hue angle of 269.14º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19082B is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 8 | 43 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.83 |
| HSL | 269.14º | 0.69% | 0.1% | - |
| HSV(B) | 269.14º | 0.81% | 0.17% | - |
| XYZ | 0.92 | 0.55 | 2.34 | - |
| YUV | 17.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 43 | 0.42 | 0.81 | 0 | 0.83 | 269.14 | 0.69 | 0.1 |
| Hex | 19 | 8 | 2B | 2A | 51 | 0 | 53 | 10D | 45 | A |
| Octal | 31 | 10 | 53 | 52 | 121 | 0 | 123 | 415 | 105 | 12 |
| Binary | 11001 | 1000 | 101011 | 101010 | 1010001 | 0 | 1010011 | 100001101 | 1000101 | 1010 |
Color Harmonies of #19082B
Complementary color
Monochromatic Colors of #19082B
Black with #19082B
Text Example
Text Example
White with #19082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19082B; }
p { color: rgb(25,8,43); }
H1.HeaderClassName
{
color: #19082B;
}
.AnyTagClassName
{
color: #19082B;
}
</style>
background-color css
<style>
a { background-color: #19082B; }
a { background-color: rgb(25,8,43); }
div.DivClassName
{
background-color: #19082B;
}
.BgClassName
{
background-color: #19082B;
}
</style>
border-color css
<style>
span { border-color: #19082B; }
span { border-color: rgb(25,8,43); }
td.TdClassName
{
border-color: #19082B;
}
.TagClassName
{
border-color: #19082B;
}
</style>