Shades of Blackcurrant #2A0048
Tints of Blackcurrant #2A0048
RGB
CMYK
RGB Variations
Color information
#2A0048 (or 0x2A0048) is known color: Blackcurrant. HEX triplet: 2A, 00 and 48. RGB value is (42,0,72). Sum of RGB (Red+Green+Blue) = 42+0+72=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0048 is #D5FFB7. Grayscale: #141414. Windows color (decimal): -14024632 or 4718634. OLE color: 4718634.
HSL color Cylindrical-coordinate representation of color #2A0048: hue angle of 275º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0048 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 0 | 72 | - |
| CMYK | 0.42 | 1 | 0 | 0.72 |
| HSL | 275º | 1% | 0.14% | - |
| HSV(B) | 275º | 1% | 0.28% | - |
| XYZ | 2.12 | 0.96 | 6.2 | - |
| YUV | 20.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 72 | 0.42 | 1 | 0 | 0.72 | 275 | 1 | 0.14 |
| Hex | 2A | 0 | 48 | 2A | 64 | 0 | 48 | 113 | 64 | E |
| Octal | 52 | 0 | 110 | 52 | 144 | 0 | 110 | 423 | 144 | 16 |
| Binary | 101010 | 0 | 1001000 | 101010 | 1100100 | 0 | 1001000 | 100010011 | 1100100 | 1110 |
Color Harmonies of #2A0048
Complementary color
Monochromatic Colors of #2A0048
Black with #2A0048
Text Example
Text Example
White with #2A0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0048; }
p { color: rgb(42,0,72); }
H1.HeaderClassName
{
color: #2A0048;
}
.AnyTagClassName
{
color: #2A0048;
}
</style>
background-color css
<style>
a { background-color: #2A0048; }
a { background-color: rgb(42,0,72); }
div.DivClassName
{
background-color: #2A0048;
}
.BgClassName
{
background-color: #2A0048;
}
</style>
border-color css
<style>
span { border-color: #2A0048; }
span { border-color: rgb(42,0,72); }
td.TdClassName
{
border-color: #2A0048;
}
.TagClassName
{
border-color: #2A0048;
}
</style>