Shades of Blackcurrant #2A0847
Tints of Blackcurrant #2A0847
RGB
CMYK
RGB Variations
Color information
#2A0847 (or 0x2A0847) is known color: Blackcurrant. HEX triplet: 2A, 08 and 47. RGB value is (42,8,71). Sum of RGB (Red+Green+Blue) = 42+8+71=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A0847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0847 is #D5F7B8. Grayscale: #191919. Windows color (decimal): -14022585 or 4655146. OLE color: 4655146.
HSL color Cylindrical-coordinate representation of color #2A0847: hue angle of 272.38º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0847 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 8 | 71 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.72 |
| HSL | 272.38º | 0.8% | 0.15% | - |
| HSV(B) | 272.38º | 0.89% | 0.28% | - |
| XYZ | 2.18 | 1.12 | 6.06 | - |
| YUV | 25.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 71 | 0.41 | 0.89 | 0 | 0.72 | 272.38 | 0.8 | 0.15 |
| Hex | 2A | 8 | 47 | 29 | 59 | 0 | 48 | 110 | 50 | F |
| Octal | 52 | 10 | 107 | 51 | 131 | 0 | 110 | 420 | 120 | 17 |
| Binary | 101010 | 1000 | 1000111 | 101001 | 1011001 | 0 | 1001000 | 100010000 | 1010000 | 1111 |
Color Harmonies of #2A0847
Complementary color
Monochromatic Colors of #2A0847
Black with #2A0847
Text Example
Text Example
White with #2A0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0847; }
p { color: rgb(42,8,71); }
H1.HeaderClassName
{
color: #2A0847;
}
.AnyTagClassName
{
color: #2A0847;
}
</style>
background-color css
<style>
a { background-color: #2A0847; }
a { background-color: rgb(42,8,71); }
div.DivClassName
{
background-color: #2A0847;
}
.BgClassName
{
background-color: #2A0847;
}
</style>
border-color css
<style>
span { border-color: #2A0847; }
span { border-color: rgb(42,8,71); }
td.TdClassName
{
border-color: #2A0847;
}
.TagClassName
{
border-color: #2A0847;
}
</style>