Shades of Blackcurrant #1A003A
Tints of Blackcurrant #1A003A
RGB
CMYK
RGB Variations
Color information
#1A003A (or 0x1A003A) is known color: Blackcurrant. HEX triplet: 1A, 00 and 3A. RGB value is (26,0,58). Sum of RGB (Red+Green+Blue) = 26+0+58=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A003A is #E5FFC5. Grayscale: #0E0E0E. Windows color (decimal): -15073222 or 3801114. OLE color: 3801114.
HSL color Cylindrical-coordinate representation of color #1A003A: hue angle of 266.9º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A003A is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 0 | 58 | - |
| CMYK | 0.55 | 1 | 0 | 0.77 |
| HSL | 266.9º | 1% | 0.11% | - |
| HSV(B) | 266.9º | 1% | 0.23% | - |
| XYZ | 1.19 | 0.53 | 4.04 | - |
| YUV | 14.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 58 | 0.55 | 1 | 0 | 0.77 | 266.9 | 1 | 0.11 |
| Hex | 1A | 0 | 3A | 37 | 64 | 0 | 4D | 10B | 64 | B |
| Octal | 32 | 0 | 72 | 67 | 144 | 0 | 115 | 413 | 144 | 13 |
| Binary | 11010 | 0 | 111010 | 110111 | 1100100 | 0 | 1001101 | 100001011 | 1100100 | 1011 |
Color Harmonies of #1A003A
Complementary color
Monochromatic Colors of #1A003A
Black with #1A003A
Text Example
Text Example
White with #1A003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A003A; }
p { color: rgb(26,0,58); }
H1.HeaderClassName
{
color: #1A003A;
}
.AnyTagClassName
{
color: #1A003A;
}
</style>
background-color css
<style>
a { background-color: #1A003A; }
a { background-color: rgb(26,0,58); }
div.DivClassName
{
background-color: #1A003A;
}
.BgClassName
{
background-color: #1A003A;
}
</style>
border-color css
<style>
span { border-color: #1A003A; }
span { border-color: rgb(26,0,58); }
td.TdClassName
{
border-color: #1A003A;
}
.TagClassName
{
border-color: #1A003A;
}
</style>