Shades of Blackcurrant #2A1049
Tints of Blackcurrant #2A1049
RGB
CMYK
RGB Variations
Color information
#2A1049 (or 0x2A1049) is known color: Blackcurrant. HEX triplet: 2A, 10 and 49. RGB value is (42,16,73). Sum of RGB (Red+Green+Blue) = 42+16+73=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A1049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1049 is #D5EFB6. Grayscale: #1E1E1E. Windows color (decimal): -14020535 or 4788266. OLE color: 4788266.
HSL color Cylindrical-coordinate representation of color #2A1049: hue angle of 267.37º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A1049 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 16 | 73 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.71 |
| HSL | 267.37º | 0.64% | 0.17% | - |
| HSV(B) | 267.37º | 0.78% | 0.29% | - |
| XYZ | 2.34 | 1.34 | 6.44 | - |
| YUV | 30.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 73 | 0.42 | 0.78 | 0 | 0.71 | 267.37 | 0.64 | 0.17 |
| Hex | 2A | 10 | 49 | 2A | 4E | 0 | 47 | 10B | 40 | 11 |
| Octal | 52 | 20 | 111 | 52 | 116 | 0 | 107 | 413 | 100 | 21 |
| Binary | 101010 | 10000 | 1001001 | 101010 | 1001110 | 0 | 1000111 | 100001011 | 1000000 | 10001 |
Color Harmonies of #2A1049
Complementary color
Monochromatic Colors of #2A1049
Black with #2A1049
Text Example
Text Example
White with #2A1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1049; }
p { color: rgb(42,16,73); }
H1.HeaderClassName
{
color: #2A1049;
}
.AnyTagClassName
{
color: #2A1049;
}
</style>
background-color css
<style>
a { background-color: #2A1049; }
a { background-color: rgb(42,16,73); }
div.DivClassName
{
background-color: #2A1049;
}
.BgClassName
{
background-color: #2A1049;
}
</style>
border-color css
<style>
span { border-color: #2A1049; }
span { border-color: rgb(42,16,73); }
td.TdClassName
{
border-color: #2A1049;
}
.TagClassName
{
border-color: #2A1049;
}
</style>