Shades of Blackcurrant #1A0041
Tints of Blackcurrant #1A0041
RGB
CMYK
RGB Variations
Color information
#1A0041 (or 0x1A0041) is known color: Blackcurrant. HEX triplet: 1A, 00 and 41. RGB value is (26,0,65). Sum of RGB (Red+Green+Blue) = 26+0+65=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #1A0041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0041 is #E5FFBE. Grayscale: #0E0E0E. Windows color (decimal): -15073215 or 4259866. OLE color: 4259866.
HSL color Cylindrical-coordinate representation of color #1A0041: hue angle of 264º 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 #1A0041 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 0 | 65 | - |
| CMYK | 0.60 | 1 | 0 | 0.75 |
| HSL | 264º | 1% | 0.13% | - |
| HSV(B) | 264º | 1% | 0.25% | - |
| XYZ | 1.38 | 0.6 | 5.04 | - |
| YUV | 15.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 65 | 0.60 | 1 | 0 | 0.75 | 264 | 1 | 0.13 |
| Hex | 1A | 0 | 41 | 3C | 64 | 0 | 4B | 108 | 64 | D |
| Octal | 32 | 0 | 101 | 74 | 144 | 0 | 113 | 410 | 144 | 15 |
| Binary | 11010 | 0 | 1000001 | 111100 | 1100100 | 0 | 1001011 | 100001000 | 1100100 | 1101 |
Color Harmonies of #1A0041
Complementary color
Monochromatic Colors of #1A0041
Black with #1A0041
Text Example
Text Example
White with #1A0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0041; }
p { color: rgb(26,0,65); }
H1.HeaderClassName
{
color: #1A0041;
}
.AnyTagClassName
{
color: #1A0041;
}
</style>
background-color css
<style>
a { background-color: #1A0041; }
a { background-color: rgb(26,0,65); }
div.DivClassName
{
background-color: #1A0041;
}
.BgClassName
{
background-color: #1A0041;
}
</style>
border-color css
<style>
span { border-color: #1A0041; }
span { border-color: rgb(26,0,65); }
td.TdClassName
{
border-color: #1A0041;
}
.TagClassName
{
border-color: #1A0041;
}
</style>