Shades of Blackcurrant #2D2032
Tints of Blackcurrant #2D2032
RGB
CMYK
RGB Variations
Color information
#2D2032 (or 0x2D2032) is known color: Blackcurrant. HEX triplet: 2D, 20 and 32. RGB value is (45,32,50). Sum of RGB (Red+Green+Blue) = 45+32+50=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2032 is #D2DFCD. Grayscale: #252525. Windows color (decimal): -13819854 or 3285037. OLE color: 3285037.
HSL color Cylindrical-coordinate representation of color #2D2032: hue angle of 283.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D2032 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 32 | 50 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.80 |
| HSL | 283.33º | 0.22% | 0.16% | - |
| HSV(B) | 283.33º | 0.36% | 0.2% | - |
| XYZ | 2.17 | 1.82 | 3.25 | - |
| YUV | 37.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 50 | 0.10 | 0.36 | 0 | 0.80 | 283.33 | 0.22 | 0.16 |
| Hex | 2D | 20 | 32 | A | 24 | 0 | 50 | 11B | 16 | 10 |
| Octal | 55 | 40 | 62 | 12 | 44 | 0 | 120 | 433 | 26 | 20 |
| Binary | 101101 | 100000 | 110010 | 1010 | 100100 | 0 | 1010000 | 100011011 | 10110 | 10000 |
Color Harmonies of #2D2032
Complementary color
Monochromatic Colors of #2D2032
Black with #2D2032
Text Example
Text Example
White with #2D2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2032; }
p { color: rgb(45,32,50); }
H1.HeaderClassName
{
color: #2D2032;
}
.AnyTagClassName
{
color: #2D2032;
}
</style>
background-color css
<style>
a { background-color: #2D2032; }
a { background-color: rgb(45,32,50); }
div.DivClassName
{
background-color: #2D2032;
}
.BgClassName
{
background-color: #2D2032;
}
</style>
border-color css
<style>
span { border-color: #2D2032; }
span { border-color: rgb(45,32,50); }
td.TdClassName
{
border-color: #2D2032;
}
.TagClassName
{
border-color: #2D2032;
}
</style>