Shades of Blackcurrant #2D074D
Tints of Blackcurrant #2D074D
RGB
CMYK
RGB Variations
Color information
#2D074D (or 0x2D074D) is known color: Blackcurrant. HEX triplet: 2D, 07 and 4D. RGB value is (45,7,77). Sum of RGB (Red+Green+Blue) = 45+7+77=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #2D074D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D074D is #D2F8B2. Grayscale: #1A1A1A. Windows color (decimal): -13826227 or 5048109. OLE color: 5048109.
HSL color Cylindrical-coordinate representation of color #2D074D: hue angle of 272.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D074D is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 45 | 7 | 77 | - |
CMYK | 0.42 | 0.91 | 0 | 0.70 |
HSL | 272.57º | 0.83% | 0.16% | - |
HSV(B) | 272.57º | 0.91% | 0.3% | - |
XYZ | 2.5 | 1.25 | 7.13 | - |
YUV | 26.34 | 156.59 | 141.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 7 | 77 | 0.42 | 0.91 | 0 | 0.70 | 272.57 | 0.83 | 0.16 |
Hex | 2D | 7 | 4D | 2A | 5B | 0 | 46 | 111 | 53 | 10 |
Octal | 55 | 7 | 115 | 52 | 133 | 0 | 106 | 421 | 123 | 20 |
Binary | 101101 | 111 | 1001101 | 101010 | 1011011 | 0 | 1000110 | 100010001 | 1010011 | 10000 |
Color Harmonies of #2D074D
Complementary color
Monochromatic Colors of #2D074D
Black with #2D074D
Text Example
Text Example
White with #2D074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D074D; }
p { color: rgb(45,7,77); }
H1.HeaderClassName
{
color: #2D074D;
}
.AnyTagClassName
{
color: #2D074D;
}
</style>
background-color css
<style>
a { background-color: #2D074D; }
a { background-color: rgb(45,7,77); }
div.DivClassName
{
background-color: #2D074D;
}
.BgClassName
{
background-color: #2D074D;
}
</style>
border-color css
<style>
span { border-color: #2D074D; }
span { border-color: rgb(45,7,77); }
td.TdClassName
{
border-color: #2D074D;
}
.TagClassName
{
border-color: #2D074D;
}
</style>