Shades of Blackcurrant #2A0D47
Tints of Blackcurrant #2A0D47
RGB
CMYK
RGB Variations
Color information
#2A0D47 (or 0x2A0D47) is known color: Blackcurrant. HEX triplet: 2A, 0D and 47. RGB value is (42,13,71). Sum of RGB (Red+Green+Blue) = 42+13+71=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #2A0D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D47 is #D5F2B8. Grayscale: #1C1C1C. Windows color (decimal): -14021305 or 4656426. OLE color: 4656426.
HSL color Cylindrical-coordinate representation of color #2A0D47: hue angle of 270º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A0D47 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 13 | 71 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.72 |
| HSL | 270º | 0.69% | 0.16% | - |
| HSV(B) | 270º | 0.82% | 0.28% | - |
| XYZ | 2.24 | 1.24 | 6.08 | - |
| YUV | 28.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 71 | 0.41 | 0.82 | 0 | 0.72 | 270 | 0.69 | 0.16 |
| Hex | 2A | D | 47 | 29 | 52 | 0 | 48 | 10E | 45 | 10 |
| Octal | 52 | 15 | 107 | 51 | 122 | 0 | 110 | 416 | 105 | 20 |
| Binary | 101010 | 1101 | 1000111 | 101001 | 1010010 | 0 | 1001000 | 100001110 | 1000101 | 10000 |
Color Harmonies of #2A0D47
Complementary color
Monochromatic Colors of #2A0D47
Black with #2A0D47
Text Example
Text Example
White with #2A0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D47; }
p { color: rgb(42,13,71); }
H1.HeaderClassName
{
color: #2A0D47;
}
.AnyTagClassName
{
color: #2A0D47;
}
</style>
background-color css
<style>
a { background-color: #2A0D47; }
a { background-color: rgb(42,13,71); }
div.DivClassName
{
background-color: #2A0D47;
}
.BgClassName
{
background-color: #2A0D47;
}
</style>
border-color css
<style>
span { border-color: #2A0D47; }
span { border-color: rgb(42,13,71); }
td.TdClassName
{
border-color: #2A0D47;
}
.TagClassName
{
border-color: #2A0D47;
}
</style>