Shades of Blackcurrant #2D0748
Tints of Blackcurrant #2D0748
RGB
CMYK
RGB Variations
Color information
#2D0748 (or 0x2D0748) is known color: Blackcurrant. HEX triplet: 2D, 07 and 48. RGB value is (45,7,72). Sum of RGB (Red+Green+Blue) = 45+7+72=124 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.29% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0748 is #D2F8B7. Grayscale: #191919. Windows color (decimal): -13826232 or 4720429. OLE color: 4720429.
HSL color Cylindrical-coordinate representation of color #2D0748: hue angle of 275.08º 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 #2D0748 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 7 | 72 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.72 |
| HSL | 275.08º | 0.82% | 0.15% | - |
| HSV(B) | 275.08º | 0.9% | 0.28% | - |
| XYZ | 2.33 | 1.18 | 6.24 | - |
| YUV | 25.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 72 | 0.38 | 0.90 | 0 | 0.72 | 275.08 | 0.82 | 0.15 |
| Hex | 2D | 7 | 48 | 26 | 5A | 0 | 48 | 113 | 52 | F |
| Octal | 55 | 7 | 110 | 46 | 132 | 0 | 110 | 423 | 122 | 17 |
| Binary | 101101 | 111 | 1001000 | 100110 | 1011010 | 0 | 1001000 | 100010011 | 1010010 | 1111 |
Color Harmonies of #2D0748
Complementary color
Monochromatic Colors of #2D0748
Black with #2D0748
Text Example
Text Example
White with #2D0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0748; }
p { color: rgb(45,7,72); }
H1.HeaderClassName
{
color: #2D0748;
}
.AnyTagClassName
{
color: #2D0748;
}
</style>
background-color css
<style>
a { background-color: #2D0748; }
a { background-color: rgb(45,7,72); }
div.DivClassName
{
background-color: #2D0748;
}
.BgClassName
{
background-color: #2D0748;
}
</style>
border-color css
<style>
span { border-color: #2D0748; }
span { border-color: rgb(45,7,72); }
td.TdClassName
{
border-color: #2D0748;
}
.TagClassName
{
border-color: #2D0748;
}
</style>