Shades of Blackcurrant #19023D
Tints of Blackcurrant #19023D
RGB
CMYK
RGB Variations
Color information
#19023D (or 0x19023D) is known color: Blackcurrant. HEX triplet: 19, 02 and 3D. RGB value is (25,2,61). Sum of RGB (Red+Green+Blue) = 25+2+61=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 61 (24.22% from 255 or 69.32% from 88); Max value from RGB is 61 - color contains mainly: blue. Hex color #19023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19023D is #E6FDC2. Grayscale: #0F0F0F. Windows color (decimal): -15138243 or 3998233. OLE color: 3998233.
HSL color Cylindrical-coordinate representation of color #19023D: hue angle of 263.39º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19023D is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 2 | 61 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.76 |
| HSL | 263.39º | 0.94% | 0.12% | - |
| HSV(B) | 263.39º | 0.97% | 0.24% | - |
| XYZ | 1.26 | 0.59 | 4.46 | - |
| YUV | 15.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 61 | 0.59 | 0.97 | 0 | 0.76 | 263.39 | 0.94 | 0.12 |
| Hex | 19 | 2 | 3D | 3B | 61 | 0 | 4C | 107 | 5E | C |
| Octal | 31 | 2 | 75 | 73 | 141 | 0 | 114 | 407 | 136 | 14 |
| Binary | 11001 | 10 | 111101 | 111011 | 1100001 | 0 | 1001100 | 100000111 | 1011110 | 1100 |
Color Harmonies of #19023D
Complementary color
Monochromatic Colors of #19023D
Black with #19023D
Text Example
Text Example
White with #19023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19023D; }
p { color: rgb(25,2,61); }
H1.HeaderClassName
{
color: #19023D;
}
.AnyTagClassName
{
color: #19023D;
}
</style>
background-color css
<style>
a { background-color: #19023D; }
a { background-color: rgb(25,2,61); }
div.DivClassName
{
background-color: #19023D;
}
.BgClassName
{
background-color: #19023D;
}
</style>
border-color css
<style>
span { border-color: #19023D; }
span { border-color: rgb(25,2,61); }
td.TdClassName
{
border-color: #19023D;
}
.TagClassName
{
border-color: #19023D;
}
</style>