Shades of Blackcurrant #1A043B
Tints of Blackcurrant #1A043B
RGB
CMYK
RGB Variations
Color information
#1A043B (or 0x1A043B) is known color: Blackcurrant. HEX triplet: 1A, 04 and 3B. RGB value is (26,4,59). Sum of RGB (Red+Green+Blue) = 26+4+59=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A043B is #E5FBC4. Grayscale: #101010. Windows color (decimal): -15072197 or 3867674. OLE color: 3867674.
HSL color Cylindrical-coordinate representation of color #1A043B: hue angle of 264º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A043B is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 4 | 59 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.77 |
| HSL | 264º | 0.87% | 0.12% | - |
| HSV(B) | 264º | 0.93% | 0.23% | - |
| XYZ | 1.26 | 0.62 | 4.19 | - |
| YUV | 16.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 59 | 0.56 | 0.93 | 0 | 0.77 | 264 | 0.87 | 0.12 |
| Hex | 1A | 4 | 3B | 38 | 5D | 0 | 4D | 108 | 57 | C |
| Octal | 32 | 4 | 73 | 70 | 135 | 0 | 115 | 410 | 127 | 14 |
| Binary | 11010 | 100 | 111011 | 111000 | 1011101 | 0 | 1001101 | 100001000 | 1010111 | 1100 |
Color Harmonies of #1A043B
Complementary color
Monochromatic Colors of #1A043B
Black with #1A043B
Text Example
Text Example
White with #1A043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A043B; }
p { color: rgb(26,4,59); }
H1.HeaderClassName
{
color: #1A043B;
}
.AnyTagClassName
{
color: #1A043B;
}
</style>
background-color css
<style>
a { background-color: #1A043B; }
a { background-color: rgb(26,4,59); }
div.DivClassName
{
background-color: #1A043B;
}
.BgClassName
{
background-color: #1A043B;
}
</style>
border-color css
<style>
span { border-color: #1A043B; }
span { border-color: rgb(26,4,59); }
td.TdClassName
{
border-color: #1A043B;
}
.TagClassName
{
border-color: #1A043B;
}
</style>