Shades of Blackcurrant #2D074C
Tints of Blackcurrant #2D074C
RGB
CMYK
RGB Variations
Color information
#2D074C (or 0x2D074C) is known color: Blackcurrant. HEX triplet: 2D, 07 and 4C. RGB value is (45,7,76). Sum of RGB (Red+Green+Blue) = 45+7+76=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #2D074C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D074C is #D2F8B3. Grayscale: #191919. Windows color (decimal): -13826228 or 4982573. OLE color: 4982573.
HSL color Cylindrical-coordinate representation of color #2D074C: hue angle of 273.04º 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 #2D074C is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 45 | 7 | 76 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.70 |
| HSL | 273.04º | 0.83% | 0.16% | - |
| HSV(B) | 273.04º | 0.91% | 0.3% | - |
| XYZ | 2.46 | 1.23 | 6.95 | - |
| YUV | 26.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 76 | 0.41 | 0.91 | 0 | 0.70 | 273.04 | 0.83 | 0.16 |
| Hex | 2D | 7 | 4C | 29 | 5B | 0 | 46 | 111 | 53 | 10 |
| Octal | 55 | 7 | 114 | 51 | 133 | 0 | 106 | 421 | 123 | 20 |
| Binary | 101101 | 111 | 1001100 | 101001 | 1011011 | 0 | 1000110 | 100010001 | 1010011 | 10000 |
Color Harmonies of #2D074C
Complementary color
Monochromatic Colors of #2D074C
Black with #2D074C
Text Example
Text Example
White with #2D074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D074C; }
p { color: rgb(45,7,76); }
H1.HeaderClassName
{
color: #2D074C;
}
.AnyTagClassName
{
color: #2D074C;
}
</style>
background-color css
<style>
a { background-color: #2D074C; }
a { background-color: rgb(45,7,76); }
div.DivClassName
{
background-color: #2D074C;
}
.BgClassName
{
background-color: #2D074C;
}
</style>
border-color css
<style>
span { border-color: #2D074C; }
span { border-color: rgb(45,7,76); }
td.TdClassName
{
border-color: #2D074C;
}
.TagClassName
{
border-color: #2D074C;
}
</style>