Shades of Blackcurrant #2D0747
Tints of Blackcurrant #2D0747
RGB
CMYK
RGB Variations
Color information
#2D0747 (or 0x2D0747) is known color: Blackcurrant. HEX triplet: 2D, 07 and 47. RGB value is (45,7,71). Sum of RGB (Red+Green+Blue) = 45+7+71=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D0747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0747 is #D2F8B8. Grayscale: #191919. Windows color (decimal): -13826233 or 4654893. OLE color: 4654893.
HSL color Cylindrical-coordinate representation of color #2D0747: hue angle of 275.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D0747 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 7 | 71 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.72 |
| HSL | 275.63º | 0.82% | 0.15% | - |
| HSV(B) | 275.63º | 0.9% | 0.28% | - |
| XYZ | 2.3 | 1.16 | 6.07 | - |
| YUV | 25.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 71 | 0.37 | 0.90 | 0 | 0.72 | 275.63 | 0.82 | 0.15 |
| Hex | 2D | 7 | 47 | 25 | 5A | 0 | 48 | 114 | 52 | F |
| Octal | 55 | 7 | 107 | 45 | 132 | 0 | 110 | 424 | 122 | 17 |
| Binary | 101101 | 111 | 1000111 | 100101 | 1011010 | 0 | 1001000 | 100010100 | 1010010 | 1111 |
Color Harmonies of #2D0747
Complementary color
Monochromatic Colors of #2D0747
Black with #2D0747
Text Example
Text Example
White with #2D0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0747; }
p { color: rgb(45,7,71); }
H1.HeaderClassName
{
color: #2D0747;
}
.AnyTagClassName
{
color: #2D0747;
}
</style>
background-color css
<style>
a { background-color: #2D0747; }
a { background-color: rgb(45,7,71); }
div.DivClassName
{
background-color: #2D0747;
}
.BgClassName
{
background-color: #2D0747;
}
</style>
border-color css
<style>
span { border-color: #2D0747; }
span { border-color: rgb(45,7,71); }
td.TdClassName
{
border-color: #2D0747;
}
.TagClassName
{
border-color: #2D0747;
}
</style>