Shades of Blackcurrant #1A0531
Tints of Blackcurrant #1A0531
RGB
CMYK
RGB Variations
Color information
#1A0531 (or 0x1A0531) is known color: Blackcurrant. HEX triplet: 1A, 05 and 31. RGB value is (26,5,49). Sum of RGB (Red+Green+Blue) = 26+5+49=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #1A0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0531 is #E5FACE. Grayscale: #101010. Windows color (decimal): -15071951 or 3212570. OLE color: 3212570.
HSL color Cylindrical-coordinate representation of color #1A0531: hue angle of 268.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A0531 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 5 | 49 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.81 |
| HSL | 268.64º | 0.81% | 0.11% | - |
| HSV(B) | 268.64º | 0.9% | 0.19% | - |
| XYZ | 1.03 | 0.55 | 2.96 | - |
| YUV | 16.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 49 | 0.47 | 0.90 | 0 | 0.81 | 268.64 | 0.81 | 0.11 |
| Hex | 1A | 5 | 31 | 2F | 5A | 0 | 51 | 10D | 51 | B |
| Octal | 32 | 5 | 61 | 57 | 132 | 0 | 121 | 415 | 121 | 13 |
| Binary | 11010 | 101 | 110001 | 101111 | 1011010 | 0 | 1010001 | 100001101 | 1010001 | 1011 |
Color Harmonies of #1A0531
Complementary color
Monochromatic Colors of #1A0531
Black with #1A0531
Text Example
Text Example
White with #1A0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0531; }
p { color: rgb(26,5,49); }
H1.HeaderClassName
{
color: #1A0531;
}
.AnyTagClassName
{
color: #1A0531;
}
</style>
background-color css
<style>
a { background-color: #1A0531; }
a { background-color: rgb(26,5,49); }
div.DivClassName
{
background-color: #1A0531;
}
.BgClassName
{
background-color: #1A0531;
}
</style>
border-color css
<style>
span { border-color: #1A0531; }
span { border-color: rgb(26,5,49); }
td.TdClassName
{
border-color: #1A0531;
}
.TagClassName
{
border-color: #1A0531;
}
</style>