Shades of Blackcurrant #2A0449
Tints of Blackcurrant #2A0449
RGB
CMYK
RGB Variations
Color information
#2A0449 (or 0x2A0449) is known color: Blackcurrant. HEX triplet: 2A, 04 and 49. RGB value is (42,4,73). Sum of RGB (Red+Green+Blue) = 42+4+73=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0449 is #D5FBB6. Grayscale: #161616. Windows color (decimal): -14023607 or 4785194. OLE color: 4785194.
HSL color Cylindrical-coordinate representation of color #2A0449: hue angle of 273.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0449 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 4 | 73 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.71 |
| HSL | 273.04º | 0.9% | 0.15% | - |
| HSV(B) | 273.04º | 0.95% | 0.29% | - |
| XYZ | 2.2 | 1.06 | 6.39 | - |
| YUV | 23.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 73 | 0.42 | 0.95 | 0 | 0.71 | 273.04 | 0.9 | 0.15 |
| Hex | 2A | 4 | 49 | 2A | 5F | 0 | 47 | 111 | 5A | F |
| Octal | 52 | 4 | 111 | 52 | 137 | 0 | 107 | 421 | 132 | 17 |
| Binary | 101010 | 100 | 1001001 | 101010 | 1011111 | 0 | 1000111 | 100010001 | 1011010 | 1111 |
Color Harmonies of #2A0449
Complementary color
Monochromatic Colors of #2A0449
Black with #2A0449
Text Example
Text Example
White with #2A0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0449; }
p { color: rgb(42,4,73); }
H1.HeaderClassName
{
color: #2A0449;
}
.AnyTagClassName
{
color: #2A0449;
}
</style>
background-color css
<style>
a { background-color: #2A0449; }
a { background-color: rgb(42,4,73); }
div.DivClassName
{
background-color: #2A0449;
}
.BgClassName
{
background-color: #2A0449;
}
</style>
border-color css
<style>
span { border-color: #2A0449; }
span { border-color: rgb(42,4,73); }
td.TdClassName
{
border-color: #2A0449;
}
.TagClassName
{
border-color: #2A0449;
}
</style>