Shades of Blackcurrant #2A0531
Tints of Blackcurrant #2A0531
RGB
CMYK
RGB Variations
Color information
#2A0531 (or 0x2A0531) is known color: Blackcurrant. HEX triplet: 2A, 05 and 31. RGB value is (42,5,49). Sum of RGB (Red+Green+Blue) = 42+5+49=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0531 is #D5FACE. Grayscale: #141414. Windows color (decimal): -14023375 or 3212586. OLE color: 3212586.
HSL color Cylindrical-coordinate representation of color #2A0531: hue angle of 290.45º 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 #2A0531 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 5 | 49 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.81 |
| HSL | 290.45º | 0.81% | 0.11% | - |
| HSV(B) | 290.45º | 0.9% | 0.19% | - |
| XYZ | 1.56 | 0.82 | 2.98 | - |
| YUV | 21.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 49 | 0.14 | 0.90 | 0 | 0.81 | 290.45 | 0.81 | 0.11 |
| Hex | 2A | 5 | 31 | E | 5A | 0 | 51 | 122 | 51 | B |
| Octal | 52 | 5 | 61 | 16 | 132 | 0 | 121 | 442 | 121 | 13 |
| Binary | 101010 | 101 | 110001 | 1110 | 1011010 | 0 | 1010001 | 100100010 | 1010001 | 1011 |
Color Harmonies of #2A0531
Complementary color
Monochromatic Colors of #2A0531
Black with #2A0531
Text Example
Text Example
White with #2A0531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0531; }
p { color: rgb(42,5,49); }
H1.HeaderClassName
{
color: #2A0531;
}
.AnyTagClassName
{
color: #2A0531;
}
</style>
background-color css
<style>
a { background-color: #2A0531; }
a { background-color: rgb(42,5,49); }
div.DivClassName
{
background-color: #2A0531;
}
.BgClassName
{
background-color: #2A0531;
}
</style>
border-color css
<style>
span { border-color: #2A0531; }
span { border-color: rgb(42,5,49); }
td.TdClassName
{
border-color: #2A0531;
}
.TagClassName
{
border-color: #2A0531;
}
</style>