Shades of Blackcurrant #2A0849
Tints of Blackcurrant #2A0849
RGB
CMYK
RGB Variations
Color information
#2A0849 (or 0x2A0849) is known color: Blackcurrant. HEX triplet: 2A, 08 and 49. RGB value is (42,8,73). Sum of RGB (Red+Green+Blue) = 42+8+73=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0849 is #D5F7B6. Grayscale: #191919. Windows color (decimal): -14022583 or 4786218. OLE color: 4786218.
HSL color Cylindrical-coordinate representation of color #2A0849: hue angle of 271.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0849 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 8 | 73 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.71 |
| HSL | 271.38º | 0.8% | 0.16% | - |
| HSV(B) | 271.38º | 0.89% | 0.29% | - |
| XYZ | 2.24 | 1.15 | 6.41 | - |
| YUV | 25.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 73 | 0.42 | 0.89 | 0 | 0.71 | 271.38 | 0.8 | 0.16 |
| Hex | 2A | 8 | 49 | 2A | 59 | 0 | 47 | 10F | 50 | 10 |
| Octal | 52 | 10 | 111 | 52 | 131 | 0 | 107 | 417 | 120 | 20 |
| Binary | 101010 | 1000 | 1001001 | 101010 | 1011001 | 0 | 1000111 | 100001111 | 1010000 | 10000 |
Color Harmonies of #2A0849
Complementary color
Monochromatic Colors of #2A0849
Black with #2A0849
Text Example
Text Example
White with #2A0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0849; }
p { color: rgb(42,8,73); }
H1.HeaderClassName
{
color: #2A0849;
}
.AnyTagClassName
{
color: #2A0849;
}
</style>
background-color css
<style>
a { background-color: #2A0849; }
a { background-color: rgb(42,8,73); }
div.DivClassName
{
background-color: #2A0849;
}
.BgClassName
{
background-color: #2A0849;
}
</style>
border-color css
<style>
span { border-color: #2A0849; }
span { border-color: rgb(42,8,73); }
td.TdClassName
{
border-color: #2A0849;
}
.TagClassName
{
border-color: #2A0849;
}
</style>