Shades of Blackcurrant #2D073D
Tints of Blackcurrant #2D073D
RGB
CMYK
RGB Variations
Color information
#2D073D (or 0x2D073D) is known color: Blackcurrant. HEX triplet: 2D, 07 and 3D. RGB value is (45,7,61). Sum of RGB (Red+Green+Blue) = 45+7+61=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D073D is #D2F8C2. Grayscale: #181818. Windows color (decimal): -13826243 or 3999533. OLE color: 3999533.
HSL color Cylindrical-coordinate representation of color #2D073D: hue angle of 282.22º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D073D is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 7 | 61 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.76 |
| HSL | 282.22º | 0.79% | 0.13% | - |
| HSV(B) | 282.22º | 0.89% | 0.24% | - |
| XYZ | 2 | 1.05 | 4.51 | - |
| YUV | 24.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 61 | 0.26 | 0.89 | 0 | 0.76 | 282.22 | 0.79 | 0.13 |
| Hex | 2D | 7 | 3D | 1A | 59 | 0 | 4C | 11A | 4F | D |
| Octal | 55 | 7 | 75 | 32 | 131 | 0 | 114 | 432 | 117 | 15 |
| Binary | 101101 | 111 | 111101 | 11010 | 1011001 | 0 | 1001100 | 100011010 | 1001111 | 1101 |
Color Harmonies of #2D073D
Complementary color
Monochromatic Colors of #2D073D
Black with #2D073D
Text Example
Text Example
White with #2D073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D073D; }
p { color: rgb(45,7,61); }
H1.HeaderClassName
{
color: #2D073D;
}
.AnyTagClassName
{
color: #2D073D;
}
</style>
background-color css
<style>
a { background-color: #2D073D; }
a { background-color: rgb(45,7,61); }
div.DivClassName
{
background-color: #2D073D;
}
.BgClassName
{
background-color: #2D073D;
}
</style>
border-color css
<style>
span { border-color: #2D073D; }
span { border-color: rgb(45,7,61); }
td.TdClassName
{
border-color: #2D073D;
}
.TagClassName
{
border-color: #2D073D;
}
</style>