Shades of Blackcurrant #2A0146
Tints of Blackcurrant #2A0146
RGB
CMYK
RGB Variations
Color information
#2A0146 (or 0x2A0146) is known color: Blackcurrant. HEX triplet: 2A, 01 and 46. RGB value is (42,1,70). Sum of RGB (Red+Green+Blue) = 42+1+70=113 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.17% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A0146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0146 is #D5FEB9. Grayscale: #141414. Windows color (decimal): -14024378 or 4587818. OLE color: 4587818.
HSL color Cylindrical-coordinate representation of color #2A0146: hue angle of 275.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0146 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 1 | 70 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.73 |
| HSL | 275.65º | 0.97% | 0.14% | - |
| HSV(B) | 275.65º | 0.99% | 0.27% | - |
| XYZ | 2.07 | 0.96 | 5.87 | - |
| YUV | 21.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 70 | 0.40 | 0.99 | 0 | 0.73 | 275.65 | 0.97 | 0.14 |
| Hex | 2A | 1 | 46 | 28 | 63 | 0 | 49 | 114 | 61 | E |
| Octal | 52 | 1 | 106 | 50 | 143 | 0 | 111 | 424 | 141 | 16 |
| Binary | 101010 | 1 | 1000110 | 101000 | 1100011 | 0 | 1001001 | 100010100 | 1100001 | 1110 |
Color Harmonies of #2A0146
Complementary color
Monochromatic Colors of #2A0146
Black with #2A0146
Text Example
Text Example
White with #2A0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0146; }
p { color: rgb(42,1,70); }
H1.HeaderClassName
{
color: #2A0146;
}
.AnyTagClassName
{
color: #2A0146;
}
</style>
background-color css
<style>
a { background-color: #2A0146; }
a { background-color: rgb(42,1,70); }
div.DivClassName
{
background-color: #2A0146;
}
.BgClassName
{
background-color: #2A0146;
}
</style>
border-color css
<style>
span { border-color: #2A0146; }
span { border-color: rgb(42,1,70); }
td.TdClassName
{
border-color: #2A0146;
}
.TagClassName
{
border-color: #2A0146;
}
</style>