Shades of Blackcurrant #2A0031
Tints of Blackcurrant #2A0031
RGB
CMYK
RGB Variations
Color information
#2A0031 (or 0x2A0031) is known color: Blackcurrant. HEX triplet: 2A, 00 and 31. RGB value is (42,0,49). Sum of RGB (Red+Green+Blue) = 42+0+49=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A0031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0031 is #D5FFCE. Grayscale: #111111. Windows color (decimal): -14024655 or 3211306. OLE color: 3211306.
HSL color Cylindrical-coordinate representation of color #2A0031: hue angle of 291.43º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0031 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 0 | 49 | - |
| CMYK | 0.14 | 1 | 0 | 0.81 |
| HSL | 291.43º | 1% | 0.1% | - |
| HSV(B) | 291.43º | 1% | 0.19% | - |
| XYZ | 1.51 | 0.71 | 2.96 | - |
| YUV | 18.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 49 | 0.14 | 1 | 0 | 0.81 | 291.43 | 1 | 0.1 |
| Hex | 2A | 0 | 31 | E | 64 | 0 | 51 | 123 | 64 | A |
| Octal | 52 | 0 | 61 | 16 | 144 | 0 | 121 | 443 | 144 | 12 |
| Binary | 101010 | 0 | 110001 | 1110 | 1100100 | 0 | 1010001 | 100100011 | 1100100 | 1010 |
Color Harmonies of #2A0031
Complementary color
Monochromatic Colors of #2A0031
Black with #2A0031
Text Example
Text Example
White with #2A0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0031; }
p { color: rgb(42,0,49); }
H1.HeaderClassName
{
color: #2A0031;
}
.AnyTagClassName
{
color: #2A0031;
}
</style>
background-color css
<style>
a { background-color: #2A0031; }
a { background-color: rgb(42,0,49); }
div.DivClassName
{
background-color: #2A0031;
}
.BgClassName
{
background-color: #2A0031;
}
</style>
border-color css
<style>
span { border-color: #2A0031; }
span { border-color: rgb(42,0,49); }
td.TdClassName
{
border-color: #2A0031;
}
.TagClassName
{
border-color: #2A0031;
}
</style>