Shades of Blackcurrant #2A0131
Tints of Blackcurrant #2A0131
RGB
CMYK
RGB Variations
Color information
#2A0131 (or 0x2A0131) is known color: Blackcurrant. HEX triplet: 2A, 01 and 31. RGB value is (42,1,49). Sum of RGB (Red+Green+Blue) = 42+1+49=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0131 is #D5FECE. Grayscale: #121212. Windows color (decimal): -14024399 or 3211562. OLE color: 3211562.
HSL color Cylindrical-coordinate representation of color #2A0131: hue angle of 291.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0131 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 1 | 49 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.81 |
| HSL | 291.25º | 0.96% | 0.1% | - |
| HSV(B) | 291.25º | 0.98% | 0.19% | - |
| XYZ | 1.52 | 0.74 | 2.97 | - |
| YUV | 18.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 49 | 0.14 | 0.98 | 0 | 0.81 | 291.25 | 0.96 | 0.1 |
| Hex | 2A | 1 | 31 | E | 62 | 0 | 51 | 123 | 60 | A |
| Octal | 52 | 1 | 61 | 16 | 142 | 0 | 121 | 443 | 140 | 12 |
| Binary | 101010 | 1 | 110001 | 1110 | 1100010 | 0 | 1010001 | 100100011 | 1100000 | 1010 |
Color Harmonies of #2A0131
Complementary color
Monochromatic Colors of #2A0131
Black with #2A0131
Text Example
Text Example
White with #2A0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0131; }
p { color: rgb(42,1,49); }
H1.HeaderClassName
{
color: #2A0131;
}
.AnyTagClassName
{
color: #2A0131;
}
</style>
background-color css
<style>
a { background-color: #2A0131; }
a { background-color: rgb(42,1,49); }
div.DivClassName
{
background-color: #2A0131;
}
.BgClassName
{
background-color: #2A0131;
}
</style>
border-color css
<style>
span { border-color: #2A0131; }
span { border-color: rgb(42,1,49); }
td.TdClassName
{
border-color: #2A0131;
}
.TagClassName
{
border-color: #2A0131;
}
</style>