Shades of Blackcurrant #2A0748
Tints of Blackcurrant #2A0748
RGB
CMYK
RGB Variations
Color information
#2A0748 (or 0x2A0748) is known color: Blackcurrant. HEX triplet: 2A, 07 and 48. RGB value is (42,7,72). Sum of RGB (Red+Green+Blue) = 42+7+72=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0748 is #D5F8B7. Grayscale: #181818. Windows color (decimal): -14022840 or 4720426. OLE color: 4720426.
HSL color Cylindrical-coordinate representation of color #2A0748: hue angle of 272.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0748 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 7 | 72 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.72 |
| HSL | 272.31º | 0.82% | 0.15% | - |
| HSV(B) | 272.31º | 0.9% | 0.28% | - |
| XYZ | 2.2 | 1.11 | 6.23 | - |
| YUV | 24.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 72 | 0.42 | 0.90 | 0 | 0.72 | 272.31 | 0.82 | 0.15 |
| Hex | 2A | 7 | 48 | 2A | 5A | 0 | 48 | 110 | 52 | F |
| Octal | 52 | 7 | 110 | 52 | 132 | 0 | 110 | 420 | 122 | 17 |
| Binary | 101010 | 111 | 1001000 | 101010 | 1011010 | 0 | 1001000 | 100010000 | 1010010 | 1111 |
Color Harmonies of #2A0748
Complementary color
Monochromatic Colors of #2A0748
Black with #2A0748
Text Example
Text Example
White with #2A0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0748; }
p { color: rgb(42,7,72); }
H1.HeaderClassName
{
color: #2A0748;
}
.AnyTagClassName
{
color: #2A0748;
}
</style>
background-color css
<style>
a { background-color: #2A0748; }
a { background-color: rgb(42,7,72); }
div.DivClassName
{
background-color: #2A0748;
}
.BgClassName
{
background-color: #2A0748;
}
</style>
border-color css
<style>
span { border-color: #2A0748; }
span { border-color: rgb(42,7,72); }
td.TdClassName
{
border-color: #2A0748;
}
.TagClassName
{
border-color: #2A0748;
}
</style>