Shades of Blackcurrant #2D074F
Tints of Blackcurrant #2D074F
RGB
CMYK
RGB Variations
Color information
#2D074F (or 0x2D074F) is known color: Blackcurrant. HEX triplet: 2D, 07 and 4F. RGB value is (45,7,79). Sum of RGB (Red+Green+Blue) = 45+7+79=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D074F is #D2F8B0. Grayscale: #1A1A1A. Windows color (decimal): -13826225 or 5179181. OLE color: 5179181.
HSL color Cylindrical-coordinate representation of color #2D074F: hue angle of 271.67º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D074F is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 7 | 79 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.69 |
| HSL | 271.67º | 0.84% | 0.17% | - |
| HSV(B) | 271.67º | 0.91% | 0.31% | - |
| XYZ | 2.57 | 1.27 | 7.51 | - |
| YUV | 26.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 79 | 0.43 | 0.91 | 0 | 0.69 | 271.67 | 0.84 | 0.17 |
| Hex | 2D | 7 | 4F | 2B | 5B | 0 | 45 | 110 | 54 | 11 |
| Octal | 55 | 7 | 117 | 53 | 133 | 0 | 105 | 420 | 124 | 21 |
| Binary | 101101 | 111 | 1001111 | 101011 | 1011011 | 0 | 1000101 | 100010000 | 1010100 | 10001 |
Color Harmonies of #2D074F
Complementary color
Monochromatic Colors of #2D074F
Black with #2D074F
Text Example
Text Example
White with #2D074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D074F; }
p { color: rgb(45,7,79); }
H1.HeaderClassName
{
color: #2D074F;
}
.AnyTagClassName
{
color: #2D074F;
}
</style>
background-color css
<style>
a { background-color: #2D074F; }
a { background-color: rgb(45,7,79); }
div.DivClassName
{
background-color: #2D074F;
}
.BgClassName
{
background-color: #2D074F;
}
</style>
border-color css
<style>
span { border-color: #2D074F; }
span { border-color: rgb(45,7,79); }
td.TdClassName
{
border-color: #2D074F;
}
.TagClassName
{
border-color: #2D074F;
}
</style>