Shades of Blackcurrant #2D1547
Tints of Blackcurrant #2D1547
RGB
CMYK
RGB Variations
Color information
#2D1547 (or 0x2D1547) is known color: Blackcurrant. HEX triplet: 2D, 15 and 47. RGB value is (45,21,71). Sum of RGB (Red+Green+Blue) = 45+21+71=137 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.85% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D1547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1547 is #D2EAB8. Grayscale: #212121. Windows color (decimal): -13822649 or 4658477. OLE color: 4658477.
HSL color Cylindrical-coordinate representation of color #2D1547: hue angle of 268.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D1547 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 21 | 71 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.72 |
| HSL | 268.8º | 0.54% | 0.18% | - |
| HSV(B) | 268.8º | 0.7% | 0.28% | - |
| XYZ | 2.49 | 1.55 | 6.13 | - |
| YUV | 33.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 71 | 0.37 | 0.70 | 0 | 0.72 | 268.8 | 0.54 | 0.18 |
| Hex | 2D | 15 | 47 | 25 | 46 | 0 | 48 | 10D | 36 | 12 |
| Octal | 55 | 25 | 107 | 45 | 106 | 0 | 110 | 415 | 66 | 22 |
| Binary | 101101 | 10101 | 1000111 | 100101 | 1000110 | 0 | 1001000 | 100001101 | 110110 | 10010 |
Color Harmonies of #2D1547
Complementary color
Monochromatic Colors of #2D1547
Black with #2D1547
Text Example
Text Example
White with #2D1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1547; }
p { color: rgb(45,21,71); }
H1.HeaderClassName
{
color: #2D1547;
}
.AnyTagClassName
{
color: #2D1547;
}
</style>
background-color css
<style>
a { background-color: #2D1547; }
a { background-color: rgb(45,21,71); }
div.DivClassName
{
background-color: #2D1547;
}
.BgClassName
{
background-color: #2D1547;
}
</style>
border-color css
<style>
span { border-color: #2D1547; }
span { border-color: rgb(45,21,71); }
td.TdClassName
{
border-color: #2D1547;
}
.TagClassName
{
border-color: #2D1547;
}
</style>