Shades of Blackcurrant #2A0947
Tints of Blackcurrant #2A0947
RGB
CMYK
RGB Variations
Color information
#2A0947 (or 0x2A0947) is known color: Blackcurrant. HEX triplet: 2A, 09 and 47. RGB value is (42,9,71). Sum of RGB (Red+Green+Blue) = 42+9+71=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0947 is #D5F6B8. Grayscale: #191919. Windows color (decimal): -14022329 or 4655402. OLE color: 4655402.
HSL color Cylindrical-coordinate representation of color #2A0947: hue angle of 271.94º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A0947 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 9 | 71 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.72 |
| HSL | 271.94º | 0.78% | 0.16% | - |
| HSV(B) | 271.94º | 0.87% | 0.28% | - |
| XYZ | 2.19 | 1.14 | 6.07 | - |
| YUV | 25.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 71 | 0.41 | 0.87 | 0 | 0.72 | 271.94 | 0.78 | 0.16 |
| Hex | 2A | 9 | 47 | 29 | 57 | 0 | 48 | 110 | 4E | 10 |
| Octal | 52 | 11 | 107 | 51 | 127 | 0 | 110 | 420 | 116 | 20 |
| Binary | 101010 | 1001 | 1000111 | 101001 | 1010111 | 0 | 1001000 | 100010000 | 1001110 | 10000 |
Color Harmonies of #2A0947
Complementary color
Monochromatic Colors of #2A0947
Black with #2A0947
Text Example
Text Example
White with #2A0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0947; }
p { color: rgb(42,9,71); }
H1.HeaderClassName
{
color: #2A0947;
}
.AnyTagClassName
{
color: #2A0947;
}
</style>
background-color css
<style>
a { background-color: #2A0947; }
a { background-color: rgb(42,9,71); }
div.DivClassName
{
background-color: #2A0947;
}
.BgClassName
{
background-color: #2A0947;
}
</style>
border-color css
<style>
span { border-color: #2A0947; }
span { border-color: rgb(42,9,71); }
td.TdClassName
{
border-color: #2A0947;
}
.TagClassName
{
border-color: #2A0947;
}
</style>