Shades of Blackcurrant #2A073B
Tints of Blackcurrant #2A073B
RGB
CMYK
RGB Variations
Color information
#2A073B (or 0x2A073B) is known color: Blackcurrant. HEX triplet: 2A, 07 and 3B. RGB value is (42,7,59). Sum of RGB (Red+Green+Blue) = 42+7+59=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A073B is #D5F8C4. Grayscale: #171717. Windows color (decimal): -14022853 or 3868458. OLE color: 3868458.
HSL color Cylindrical-coordinate representation of color #2A073B: hue angle of 280.38º degrees, saturation: 0.79, 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 #2A073B is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 7 | 59 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.77 |
| HSL | 280.38º | 0.79% | 0.13% | - |
| HSV(B) | 280.38º | 0.88% | 0.23% | - |
| XYZ | 1.82 | 0.96 | 4.23 | - |
| YUV | 23.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 59 | 0.29 | 0.88 | 0 | 0.77 | 280.38 | 0.79 | 0.13 |
| Hex | 2A | 7 | 3B | 1D | 58 | 0 | 4D | 118 | 4F | D |
| Octal | 52 | 7 | 73 | 35 | 130 | 0 | 115 | 430 | 117 | 15 |
| Binary | 101010 | 111 | 111011 | 11101 | 1011000 | 0 | 1001101 | 100011000 | 1001111 | 1101 |
Color Harmonies of #2A073B
Complementary color
Monochromatic Colors of #2A073B
Black with #2A073B
Text Example
Text Example
White with #2A073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A073B; }
p { color: rgb(42,7,59); }
H1.HeaderClassName
{
color: #2A073B;
}
.AnyTagClassName
{
color: #2A073B;
}
</style>
background-color css
<style>
a { background-color: #2A073B; }
a { background-color: rgb(42,7,59); }
div.DivClassName
{
background-color: #2A073B;
}
.BgClassName
{
background-color: #2A073B;
}
</style>
border-color css
<style>
span { border-color: #2A073B; }
span { border-color: rgb(42,7,59); }
td.TdClassName
{
border-color: #2A073B;
}
.TagClassName
{
border-color: #2A073B;
}
</style>