Shades of Blackcurrant #2A0848
Tints of Blackcurrant #2A0848
RGB
CMYK
RGB Variations
Color information
#2A0848 (or 0x2A0848) is known color: Blackcurrant. HEX triplet: 2A, 08 and 48. RGB value is (42,8,72). Sum of RGB (Red+Green+Blue) = 42+8+72=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A0848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0848 is #D5F7B7. Grayscale: #191919. Windows color (decimal): -14022584 or 4720682. OLE color: 4720682.
HSL color Cylindrical-coordinate representation of color #2A0848: hue angle of 271.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A0848 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 8 | 72 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.72 |
| HSL | 271.88º | 0.8% | 0.16% | - |
| HSV(B) | 271.88º | 0.89% | 0.28% | - |
| XYZ | 2.21 | 1.13 | 6.23 | - |
| YUV | 25.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 72 | 0.42 | 0.89 | 0 | 0.72 | 271.88 | 0.8 | 0.16 |
| Hex | 2A | 8 | 48 | 2A | 59 | 0 | 48 | 110 | 50 | 10 |
| Octal | 52 | 10 | 110 | 52 | 131 | 0 | 110 | 420 | 120 | 20 |
| Binary | 101010 | 1000 | 1001000 | 101010 | 1011001 | 0 | 1001000 | 100010000 | 1010000 | 10000 |
Color Harmonies of #2A0848
Complementary color
Monochromatic Colors of #2A0848
Black with #2A0848
Text Example
Text Example
White with #2A0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0848; }
p { color: rgb(42,8,72); }
H1.HeaderClassName
{
color: #2A0848;
}
.AnyTagClassName
{
color: #2A0848;
}
</style>
background-color css
<style>
a { background-color: #2A0848; }
a { background-color: rgb(42,8,72); }
div.DivClassName
{
background-color: #2A0848;
}
.BgClassName
{
background-color: #2A0848;
}
</style>
border-color css
<style>
span { border-color: #2A0848; }
span { border-color: rgb(42,8,72); }
td.TdClassName
{
border-color: #2A0848;
}
.TagClassName
{
border-color: #2A0848;
}
</style>