Shades of Blackcurrant #2D043C
Tints of Blackcurrant #2D043C
RGB
CMYK
RGB Variations
Color information
#2D043C (or 0x2D043C) is known color: Blackcurrant. HEX triplet: 2D, 04 and 3C. RGB value is (45,4,60). Sum of RGB (Red+Green+Blue) = 45+4+60=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D043C is #D2FBC3. Grayscale: #161616. Windows color (decimal): -13827012 or 3933229. OLE color: 3933229.
HSL color Cylindrical-coordinate representation of color #2D043C: hue angle of 283.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D043C is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 4 | 60 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.76 |
| HSL | 283.93º | 0.88% | 0.13% | - |
| HSV(B) | 283.93º | 0.93% | 0.24% | - |
| XYZ | 1.94 | 0.97 | 4.36 | - |
| YUV | 22.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 60 | 0.25 | 0.93 | 0 | 0.76 | 283.93 | 0.88 | 0.13 |
| Hex | 2D | 4 | 3C | 19 | 5D | 0 | 4C | 11C | 58 | D |
| Octal | 55 | 4 | 74 | 31 | 135 | 0 | 114 | 434 | 130 | 15 |
| Binary | 101101 | 100 | 111100 | 11001 | 1011101 | 0 | 1001100 | 100011100 | 1011000 | 1101 |
Color Harmonies of #2D043C
Complementary color
Monochromatic Colors of #2D043C
Black with #2D043C
Text Example
Text Example
White with #2D043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D043C; }
p { color: rgb(45,4,60); }
H1.HeaderClassName
{
color: #2D043C;
}
.AnyTagClassName
{
color: #2D043C;
}
</style>
background-color css
<style>
a { background-color: #2D043C; }
a { background-color: rgb(45,4,60); }
div.DivClassName
{
background-color: #2D043C;
}
.BgClassName
{
background-color: #2D043C;
}
</style>
border-color css
<style>
span { border-color: #2D043C; }
span { border-color: rgb(45,4,60); }
td.TdClassName
{
border-color: #2D043C;
}
.TagClassName
{
border-color: #2D043C;
}
</style>