Shades of Blackcurrant #19063D
Tints of Blackcurrant #19063D
RGB
CMYK
RGB Variations
Color information
#19063D (or 0x19063D) is known color: Blackcurrant. HEX triplet: 19, 06 and 3D. RGB value is (25,6,61). Sum of RGB (Red+Green+Blue) = 25+6+61=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #19063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19063D is #E6F9C2. Grayscale: #111111. Windows color (decimal): -15137219 or 3999257. OLE color: 3999257.
HSL color Cylindrical-coordinate representation of color #19063D: hue angle of 260.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19063D is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 6 | 61 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.76 |
| HSL | 260.73º | 0.82% | 0.13% | - |
| HSV(B) | 260.73º | 0.9% | 0.24% | - |
| XYZ | 1.31 | 0.67 | 4.48 | - |
| YUV | 17.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 61 | 0.59 | 0.90 | 0 | 0.76 | 260.73 | 0.82 | 0.13 |
| Hex | 19 | 6 | 3D | 3B | 5A | 0 | 4C | 105 | 52 | D |
| Octal | 31 | 6 | 75 | 73 | 132 | 0 | 114 | 405 | 122 | 15 |
| Binary | 11001 | 110 | 111101 | 111011 | 1011010 | 0 | 1001100 | 100000101 | 1010010 | 1101 |
Color Harmonies of #19063D
Complementary color
Monochromatic Colors of #19063D
Black with #19063D
Text Example
Text Example
White with #19063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19063D; }
p { color: rgb(25,6,61); }
H1.HeaderClassName
{
color: #19063D;
}
.AnyTagClassName
{
color: #19063D;
}
</style>
background-color css
<style>
a { background-color: #19063D; }
a { background-color: rgb(25,6,61); }
div.DivClassName
{
background-color: #19063D;
}
.BgClassName
{
background-color: #19063D;
}
</style>
border-color css
<style>
span { border-color: #19063D; }
span { border-color: rgb(25,6,61); }
td.TdClassName
{
border-color: #19063D;
}
.TagClassName
{
border-color: #19063D;
}
</style>