Shades of Blackcurrant #1A0046
Tints of Blackcurrant #1A0046
RGB
CMYK
RGB Variations
Color information
#1A0046 (or 0x1A0046) is known color: Blackcurrant. HEX triplet: 1A, 00 and 46. RGB value is (26,0,70). Sum of RGB (Red+Green+Blue) = 26+0+70=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #1A0046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0046 is #E5FFB9. Grayscale: #0F0F0F. Windows color (decimal): -15073210 or 4587546. OLE color: 4587546.
HSL color Cylindrical-coordinate representation of color #1A0046: hue angle of 262.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0046 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 0 | 70 | - |
| CMYK | 0.63 | 1 | 0 | 0.73 |
| HSL | 262.29º | 1% | 0.14% | - |
| HSV(B) | 262.29º | 1% | 0.27% | - |
| XYZ | 1.53 | 0.66 | 5.84 | - |
| YUV | 15.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 70 | 0.63 | 1 | 0 | 0.73 | 262.29 | 1 | 0.14 |
| Hex | 1A | 0 | 46 | 3F | 64 | 0 | 49 | 106 | 64 | E |
| Octal | 32 | 0 | 106 | 77 | 144 | 0 | 111 | 406 | 144 | 16 |
| Binary | 11010 | 0 | 1000110 | 111111 | 1100100 | 0 | 1001001 | 100000110 | 1100100 | 1110 |
Color Harmonies of #1A0046
Complementary color
Monochromatic Colors of #1A0046
Black with #1A0046
Text Example
Text Example
White with #1A0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0046; }
p { color: rgb(26,0,70); }
H1.HeaderClassName
{
color: #1A0046;
}
.AnyTagClassName
{
color: #1A0046;
}
</style>
background-color css
<style>
a { background-color: #1A0046; }
a { background-color: rgb(26,0,70); }
div.DivClassName
{
background-color: #1A0046;
}
.BgClassName
{
background-color: #1A0046;
}
</style>
border-color css
<style>
span { border-color: #1A0046; }
span { border-color: rgb(26,0,70); }
td.TdClassName
{
border-color: #1A0046;
}
.TagClassName
{
border-color: #1A0046;
}
</style>