Shades of Blackcurrant #2A084B
Tints of Blackcurrant #2A084B
RGB
CMYK
RGB Variations
Color information
#2A084B (or 0x2A084B) is known color: Blackcurrant. HEX triplet: 2A, 08 and 4B. RGB value is (42,8,75). Sum of RGB (Red+Green+Blue) = 42+8+75=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #2A084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A084B is #D5F7B4. Grayscale: #191919. Windows color (decimal): -14022581 or 4917290. OLE color: 4917290.
HSL color Cylindrical-coordinate representation of color #2A084B: hue angle of 270.45º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A084B is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 8 | 75 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.71 |
| HSL | 270.45º | 0.81% | 0.16% | - |
| HSV(B) | 270.45º | 0.89% | 0.29% | - |
| XYZ | 2.31 | 1.17 | 6.76 | - |
| YUV | 25.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 75 | 0.44 | 0.89 | 0 | 0.71 | 270.45 | 0.81 | 0.16 |
| Hex | 2A | 8 | 4B | 2C | 59 | 0 | 47 | 10E | 51 | 10 |
| Octal | 52 | 10 | 113 | 54 | 131 | 0 | 107 | 416 | 121 | 20 |
| Binary | 101010 | 1000 | 1001011 | 101100 | 1011001 | 0 | 1000111 | 100001110 | 1010001 | 10000 |
Color Harmonies of #2A084B
Complementary color
Monochromatic Colors of #2A084B
Black with #2A084B
Text Example
Text Example
White with #2A084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A084B; }
p { color: rgb(42,8,75); }
H1.HeaderClassName
{
color: #2A084B;
}
.AnyTagClassName
{
color: #2A084B;
}
</style>
background-color css
<style>
a { background-color: #2A084B; }
a { background-color: rgb(42,8,75); }
div.DivClassName
{
background-color: #2A084B;
}
.BgClassName
{
background-color: #2A084B;
}
</style>
border-color css
<style>
span { border-color: #2A084B; }
span { border-color: rgb(42,8,75); }
td.TdClassName
{
border-color: #2A084B;
}
.TagClassName
{
border-color: #2A084B;
}
</style>