Shades of Blackcurrant #1A0040
Tints of Blackcurrant #1A0040
RGB
CMYK
RGB Variations
Color information
#1A0040 (or 0x1A0040) is known color: Blackcurrant. HEX triplet: 1A, 00 and 40. RGB value is (26,0,64). Sum of RGB (Red+Green+Blue) = 26+0+64=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A0040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0040 is #E5FFBF. Grayscale: #0E0E0E. Windows color (decimal): -15073216 or 4194330. OLE color: 4194330.
HSL color Cylindrical-coordinate representation of color #1A0040: hue angle of 264.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0040 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 0 | 64 | - |
| CMYK | 0.59 | 1 | 0 | 0.75 |
| HSL | 264.38º | 1% | 0.13% | - |
| HSV(B) | 264.38º | 1% | 0.25% | - |
| XYZ | 1.35 | 0.59 | 4.89 | - |
| YUV | 15.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 64 | 0.59 | 1 | 0 | 0.75 | 264.38 | 1 | 0.13 |
| Hex | 1A | 0 | 40 | 3B | 64 | 0 | 4B | 108 | 64 | D |
| Octal | 32 | 0 | 100 | 73 | 144 | 0 | 113 | 410 | 144 | 15 |
| Binary | 11010 | 0 | 1000000 | 111011 | 1100100 | 0 | 1001011 | 100001000 | 1100100 | 1101 |
Color Harmonies of #1A0040
Complementary color
Monochromatic Colors of #1A0040
Black with #1A0040
Text Example
Text Example
White with #1A0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0040; }
p { color: rgb(26,0,64); }
H1.HeaderClassName
{
color: #1A0040;
}
.AnyTagClassName
{
color: #1A0040;
}
</style>
background-color css
<style>
a { background-color: #1A0040; }
a { background-color: rgb(26,0,64); }
div.DivClassName
{
background-color: #1A0040;
}
.BgClassName
{
background-color: #1A0040;
}
</style>
border-color css
<style>
span { border-color: #1A0040; }
span { border-color: rgb(26,0,64); }
td.TdClassName
{
border-color: #1A0040;
}
.TagClassName
{
border-color: #1A0040;
}
</style>