Shades of Blackcurrant #2A012E
Tints of Blackcurrant #2A012E
RGB
CMYK
RGB Variations
Color information
#2A012E (or 0x2A012E) is known color: Blackcurrant. HEX triplet: 2A, 01 and 2E. RGB value is (42,1,46). Sum of RGB (Red+Green+Blue) = 42+1+46=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #2A012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A012E is #D5FED1. Grayscale: #121212. Windows color (decimal): -14024402 or 3014954. OLE color: 3014954.
HSL color Cylindrical-coordinate representation of color #2A012E: hue angle of 294.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A012E is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 1 | 46 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.82 |
| HSL | 294.67º | 0.96% | 0.09% | - |
| HSV(B) | 294.67º | 0.98% | 0.18% | - |
| XYZ | 1.46 | 0.71 | 2.65 | - |
| YUV | 18.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 46 | 0.09 | 0.98 | 0 | 0.82 | 294.67 | 0.96 | 0.09 |
| Hex | 2A | 1 | 2E | 9 | 62 | 0 | 52 | 127 | 60 | 9 |
| Octal | 52 | 1 | 56 | 11 | 142 | 0 | 122 | 447 | 140 | 11 |
| Binary | 101010 | 1 | 101110 | 1001 | 1100010 | 0 | 1010010 | 100100111 | 1100000 | 1001 |
Color Harmonies of #2A012E
Complementary color
Monochromatic Colors of #2A012E
Black with #2A012E
Text Example
Text Example
White with #2A012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A012E; }
p { color: rgb(42,1,46); }
H1.HeaderClassName
{
color: #2A012E;
}
.AnyTagClassName
{
color: #2A012E;
}
</style>
background-color css
<style>
a { background-color: #2A012E; }
a { background-color: rgb(42,1,46); }
div.DivClassName
{
background-color: #2A012E;
}
.BgClassName
{
background-color: #2A012E;
}
</style>
border-color css
<style>
span { border-color: #2A012E; }
span { border-color: rgb(42,1,46); }
td.TdClassName
{
border-color: #2A012E;
}
.TagClassName
{
border-color: #2A012E;
}
</style>