Shades of Blackcurrant #2A073A
Tints of Blackcurrant #2A073A
RGB
CMYK
RGB Variations
Color information
#2A073A (or 0x2A073A) is known color: Blackcurrant. HEX triplet: 2A, 07 and 3A. RGB value is (42,7,58). Sum of RGB (Red+Green+Blue) = 42+7+58=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A073A is #D5F8C5. Grayscale: #171717. Windows color (decimal): -14022854 or 3802922. OLE color: 3802922.
HSL color Cylindrical-coordinate representation of color #2A073A: hue angle of 281.18º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A073A is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 7 | 58 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.77 |
| HSL | 281.18º | 0.78% | 0.13% | - |
| HSV(B) | 281.18º | 0.88% | 0.23% | - |
| XYZ | 1.79 | 0.95 | 4.09 | - |
| YUV | 23.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 58 | 0.28 | 0.88 | 0 | 0.77 | 281.18 | 0.78 | 0.13 |
| Hex | 2A | 7 | 3A | 1C | 58 | 0 | 4D | 119 | 4E | D |
| Octal | 52 | 7 | 72 | 34 | 130 | 0 | 115 | 431 | 116 | 15 |
| Binary | 101010 | 111 | 111010 | 11100 | 1011000 | 0 | 1001101 | 100011001 | 1001110 | 1101 |
Color Harmonies of #2A073A
Complementary color
Monochromatic Colors of #2A073A
Black with #2A073A
Text Example
Text Example
White with #2A073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A073A; }
p { color: rgb(42,7,58); }
H1.HeaderClassName
{
color: #2A073A;
}
.AnyTagClassName
{
color: #2A073A;
}
</style>
background-color css
<style>
a { background-color: #2A073A; }
a { background-color: rgb(42,7,58); }
div.DivClassName
{
background-color: #2A073A;
}
.BgClassName
{
background-color: #2A073A;
}
</style>
border-color css
<style>
span { border-color: #2A073A; }
span { border-color: rgb(42,7,58); }
td.TdClassName
{
border-color: #2A073A;
}
.TagClassName
{
border-color: #2A073A;
}
</style>