Shades of Blackcurrant #2D043A
Tints of Blackcurrant #2D043A
RGB
CMYK
RGB Variations
Color information
#2D043A (or 0x2D043A) is known color: Blackcurrant. HEX triplet: 2D, 04 and 3A. RGB value is (45,4,58). Sum of RGB (Red+Green+Blue) = 45+4+58=107 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.06% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D043A is #D2FBC5. Grayscale: #161616. Windows color (decimal): -13827014 or 3802157. OLE color: 3802157.
HSL color Cylindrical-coordinate representation of color #2D043A: hue angle of 285.56º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D043A is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 4 | 58 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.77 |
| HSL | 285.56º | 0.87% | 0.12% | - |
| HSV(B) | 285.56º | 0.93% | 0.23% | - |
| XYZ | 1.89 | 0.95 | 4.09 | - |
| YUV | 22.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 58 | 0.22 | 0.93 | 0 | 0.77 | 285.56 | 0.87 | 0.12 |
| Hex | 2D | 4 | 3A | 16 | 5D | 0 | 4D | 11E | 57 | C |
| Octal | 55 | 4 | 72 | 26 | 135 | 0 | 115 | 436 | 127 | 14 |
| Binary | 101101 | 100 | 111010 | 10110 | 1011101 | 0 | 1001101 | 100011110 | 1010111 | 1100 |
Color Harmonies of #2D043A
Complementary color
Monochromatic Colors of #2D043A
Black with #2D043A
Text Example
Text Example
White with #2D043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D043A; }
p { color: rgb(45,4,58); }
H1.HeaderClassName
{
color: #2D043A;
}
.AnyTagClassName
{
color: #2D043A;
}
</style>
background-color css
<style>
a { background-color: #2D043A; }
a { background-color: rgb(45,4,58); }
div.DivClassName
{
background-color: #2D043A;
}
.BgClassName
{
background-color: #2D043A;
}
</style>
border-color css
<style>
span { border-color: #2D043A; }
span { border-color: rgb(45,4,58); }
td.TdClassName
{
border-color: #2D043A;
}
.TagClassName
{
border-color: #2D043A;
}
</style>