Shades of Blackcurrant #2A0B49
Tints of Blackcurrant #2A0B49
RGB
CMYK
RGB Variations
Color information
#2A0B49 (or 0x2A0B49) is known color: Blackcurrant. HEX triplet: 2A, 0B and 49. RGB value is (42,11,73). Sum of RGB (Red+Green+Blue) = 42+11+73=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B49 is #D5F4B6. Grayscale: #1B1B1B. Windows color (decimal): -14021815 or 4786986. OLE color: 4786986.
HSL color Cylindrical-coordinate representation of color #2A0B49: hue angle of 270º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A0B49 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 11 | 73 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.71 |
| HSL | 270º | 0.74% | 0.16% | - |
| HSV(B) | 270º | 0.85% | 0.29% | - |
| XYZ | 2.28 | 1.21 | 6.42 | - |
| YUV | 27.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 73 | 0.42 | 0.85 | 0 | 0.71 | 270 | 0.74 | 0.16 |
| Hex | 2A | B | 49 | 2A | 55 | 0 | 47 | 10E | 4A | 10 |
| Octal | 52 | 13 | 111 | 52 | 125 | 0 | 107 | 416 | 112 | 20 |
| Binary | 101010 | 1011 | 1001001 | 101010 | 1010101 | 0 | 1000111 | 100001110 | 1001010 | 10000 |
Color Harmonies of #2A0B49
Complementary color
Monochromatic Colors of #2A0B49
Black with #2A0B49
Text Example
Text Example
White with #2A0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B49; }
p { color: rgb(42,11,73); }
H1.HeaderClassName
{
color: #2A0B49;
}
.AnyTagClassName
{
color: #2A0B49;
}
</style>
background-color css
<style>
a { background-color: #2A0B49; }
a { background-color: rgb(42,11,73); }
div.DivClassName
{
background-color: #2A0B49;
}
.BgClassName
{
background-color: #2A0B49;
}
</style>
border-color css
<style>
span { border-color: #2A0B49; }
span { border-color: rgb(42,11,73); }
td.TdClassName
{
border-color: #2A0B49;
}
.TagClassName
{
border-color: #2A0B49;
}
</style>