Shades of Blackcurrant #19013E
Tints of Blackcurrant #19013E
RGB
CMYK
RGB Variations
Color information
#19013E (or 0x19013E) is known color: Blackcurrant. HEX triplet: 19, 01 and 3E. RGB value is (25,1,62). Sum of RGB (Red+Green+Blue) = 25+1+62=88 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.41% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #19013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19013E is #E6FEC1. Grayscale: #0E0E0E. Windows color (decimal): -15138498 or 4063513. OLE color: 4063513.
HSL color Cylindrical-coordinate representation of color #19013E: hue angle of 263.61º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19013E is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 1 | 62 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.76 |
| HSL | 263.61º | 0.97% | 0.12% | - |
| HSV(B) | 263.61º | 0.98% | 0.24% | - |
| XYZ | 1.28 | 0.58 | 4.6 | - |
| YUV | 15.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 62 | 0.60 | 0.98 | 0 | 0.76 | 263.61 | 0.97 | 0.12 |
| Hex | 19 | 1 | 3E | 3C | 62 | 0 | 4C | 108 | 61 | C |
| Octal | 31 | 1 | 76 | 74 | 142 | 0 | 114 | 410 | 141 | 14 |
| Binary | 11001 | 1 | 111110 | 111100 | 1100010 | 0 | 1001100 | 100001000 | 1100001 | 1100 |
Color Harmonies of #19013E
Complementary color
Monochromatic Colors of #19013E
Black with #19013E
Text Example
Text Example
White with #19013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19013E; }
p { color: rgb(25,1,62); }
H1.HeaderClassName
{
color: #19013E;
}
.AnyTagClassName
{
color: #19013E;
}
</style>
background-color css
<style>
a { background-color: #19013E; }
a { background-color: rgb(25,1,62); }
div.DivClassName
{
background-color: #19013E;
}
.BgClassName
{
background-color: #19013E;
}
</style>
border-color css
<style>
span { border-color: #19013E; }
span { border-color: rgb(25,1,62); }
td.TdClassName
{
border-color: #19013E;
}
.TagClassName
{
border-color: #19013E;
}
</style>