Shades of Blackcurrant #2A1346
Tints of Blackcurrant #2A1346
RGB
CMYK
RGB Variations
Color information
#2A1346 (or 0x2A1346) is known color: Blackcurrant. HEX triplet: 2A, 13 and 46. RGB value is (42,19,70). Sum of RGB (Red+Green+Blue) = 42+19+70=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 70 (27.73% from 255 or 53.44% from 131); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1346 is #D5ECB9. Grayscale: #1F1F1F. Windows color (decimal): -14019770 or 4592426. OLE color: 4592426.
HSL color Cylindrical-coordinate representation of color #2A1346: hue angle of 267.06º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A1346 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 19 | 70 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.73 |
| HSL | 267.06º | 0.57% | 0.17% | - |
| HSV(B) | 267.06º | 0.73% | 0.27% | - |
| XYZ | 2.29 | 1.4 | 5.94 | - |
| YUV | 31.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 70 | 0.40 | 0.73 | 0 | 0.73 | 267.06 | 0.57 | 0.17 |
| Hex | 2A | 13 | 46 | 28 | 49 | 0 | 49 | 10B | 39 | 11 |
| Octal | 52 | 23 | 106 | 50 | 111 | 0 | 111 | 413 | 71 | 21 |
| Binary | 101010 | 10011 | 1000110 | 101000 | 1001001 | 0 | 1001001 | 100001011 | 111001 | 10001 |
Color Harmonies of #2A1346
Complementary color
Monochromatic Colors of #2A1346
Black with #2A1346
Text Example
Text Example
White with #2A1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1346; }
p { color: rgb(42,19,70); }
H1.HeaderClassName
{
color: #2A1346;
}
.AnyTagClassName
{
color: #2A1346;
}
</style>
background-color css
<style>
a { background-color: #2A1346; }
a { background-color: rgb(42,19,70); }
div.DivClassName
{
background-color: #2A1346;
}
.BgClassName
{
background-color: #2A1346;
}
</style>
border-color css
<style>
span { border-color: #2A1346; }
span { border-color: rgb(42,19,70); }
td.TdClassName
{
border-color: #2A1346;
}
.TagClassName
{
border-color: #2A1346;
}
</style>