Shades of Blackcurrant #2A1246
Tints of Blackcurrant #2A1246
RGB
CMYK
RGB Variations
Color information
#2A1246 (or 0x2A1246) is known color: Blackcurrant. HEX triplet: 2A, 12 and 46. RGB value is (42,18,70). Sum of RGB (Red+Green+Blue) = 42+18+70=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A1246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1246 is #D5EDB9. Grayscale: #1E1E1E. Windows color (decimal): -14020026 or 4592170. OLE color: 4592170.
HSL color Cylindrical-coordinate representation of color #2A1246: hue angle of 267.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1246 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 18 | 70 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.73 |
| HSL | 267.69º | 0.59% | 0.17% | - |
| HSV(B) | 267.69º | 0.74% | 0.27% | - |
| XYZ | 2.28 | 1.37 | 5.94 | - |
| YUV | 31.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 70 | 0.40 | 0.74 | 0 | 0.73 | 267.69 | 0.59 | 0.17 |
| Hex | 2A | 12 | 46 | 28 | 4A | 0 | 49 | 10C | 3B | 11 |
| Octal | 52 | 22 | 106 | 50 | 112 | 0 | 111 | 414 | 73 | 21 |
| Binary | 101010 | 10010 | 1000110 | 101000 | 1001010 | 0 | 1001001 | 100001100 | 111011 | 10001 |
Color Harmonies of #2A1246
Complementary color
Monochromatic Colors of #2A1246
Black with #2A1246
Text Example
Text Example
White with #2A1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1246; }
p { color: rgb(42,18,70); }
H1.HeaderClassName
{
color: #2A1246;
}
.AnyTagClassName
{
color: #2A1246;
}
</style>
background-color css
<style>
a { background-color: #2A1246; }
a { background-color: rgb(42,18,70); }
div.DivClassName
{
background-color: #2A1246;
}
.BgClassName
{
background-color: #2A1246;
}
</style>
border-color css
<style>
span { border-color: #2A1246; }
span { border-color: rgb(42,18,70); }
td.TdClassName
{
border-color: #2A1246;
}
.TagClassName
{
border-color: #2A1246;
}
</style>