Shades of Blackcurrant #19082C
Tints of Blackcurrant #19082C
RGB
CMYK
RGB Variations
Color information
#19082C (or 0x19082C) is known color: Blackcurrant. HEX triplet: 19, 08 and 2C. RGB value is (25,8,44). Sum of RGB (Red+Green+Blue) = 25+8+44=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #19082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082C is #E6F7D3. Grayscale: #111111. Windows color (decimal): -15136724 or 2885657. OLE color: 2885657.
HSL color Cylindrical-coordinate representation of color #19082C: hue angle of 268.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19082C is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 25 | 8 | 44 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.83 |
| HSL | 268.33º | 0.69% | 0.1% | - |
| HSV(B) | 268.33º | 0.82% | 0.17% | - |
| XYZ | 0.94 | 0.56 | 2.44 | - |
| YUV | 17.19 | 143.13 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 44 | 0.43 | 0.82 | 0 | 0.83 | 268.33 | 0.69 | 0.1 |
| Hex | 19 | 8 | 2C | 2B | 52 | 0 | 53 | 10C | 45 | A |
| Octal | 31 | 10 | 54 | 53 | 122 | 0 | 123 | 414 | 105 | 12 |
| Binary | 11001 | 1000 | 101100 | 101011 | 1010010 | 0 | 1010011 | 100001100 | 1000101 | 1010 |
Color Harmonies of #19082C
Complementary color
Monochromatic Colors of #19082C
Black with #19082C
Text Example
Text Example
White with #19082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19082C; }
p { color: rgb(25,8,44); }
H1.HeaderClassName
{
color: #19082C;
}
.AnyTagClassName
{
color: #19082C;
}
</style>
background-color css
<style>
a { background-color: #19082C; }
a { background-color: rgb(25,8,44); }
div.DivClassName
{
background-color: #19082C;
}
.BgClassName
{
background-color: #19082C;
}
</style>
border-color css
<style>
span { border-color: #19082C; }
span { border-color: rgb(25,8,44); }
td.TdClassName
{
border-color: #19082C;
}
.TagClassName
{
border-color: #19082C;
}
</style>