Shades of Blackcurrant #19082F
Tints of Blackcurrant #19082F
RGB
CMYK
RGB Variations
Color information
#19082F (or 0x19082F) is known color: Blackcurrant. HEX triplet: 19, 08 and 2F. RGB value is (25,8,47). Sum of RGB (Red+Green+Blue) = 25+8+47=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #19082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19082F is #E6F7D0. Grayscale: #111111. Windows color (decimal): -15136721 or 3082265. OLE color: 3082265.
HSL color Cylindrical-coordinate representation of color #19082F: hue angle of 266.15º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19082F is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 8 | 47 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.82 |
| HSL | 266.15º | 0.71% | 0.11% | - |
| HSV(B) | 266.15º | 0.83% | 0.18% | - |
| XYZ | 1 | 0.59 | 2.75 | - |
| YUV | 17.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 8 | 47 | 0.47 | 0.83 | 0 | 0.82 | 266.15 | 0.71 | 0.11 |
| Hex | 19 | 8 | 2F | 2F | 53 | 0 | 52 | 10A | 47 | B |
| Octal | 31 | 10 | 57 | 57 | 123 | 0 | 122 | 412 | 107 | 13 |
| Binary | 11001 | 1000 | 101111 | 101111 | 1010011 | 0 | 1010010 | 100001010 | 1000111 | 1011 |
Color Harmonies of #19082F
Complementary color
Monochromatic Colors of #19082F
Black with #19082F
Text Example
Text Example
White with #19082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19082F; }
p { color: rgb(25,8,47); }
H1.HeaderClassName
{
color: #19082F;
}
.AnyTagClassName
{
color: #19082F;
}
</style>
background-color css
<style>
a { background-color: #19082F; }
a { background-color: rgb(25,8,47); }
div.DivClassName
{
background-color: #19082F;
}
.BgClassName
{
background-color: #19082F;
}
</style>
border-color css
<style>
span { border-color: #19082F; }
span { border-color: rgb(25,8,47); }
td.TdClassName
{
border-color: #19082F;
}
.TagClassName
{
border-color: #19082F;
}
</style>