Shades of Blackcurrant #2D2033
Tints of Blackcurrant #2D2033
RGB
CMYK
RGB Variations
Color information
#2D2033 (or 0x2D2033) is known color: Blackcurrant. HEX triplet: 2D, 20 and 33. RGB value is (45,32,51). Sum of RGB (Red+Green+Blue) = 45+32+51=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2033 is #D2DFCC. Grayscale: #252525. Windows color (decimal): -13819853 or 3350573. OLE color: 3350573.
HSL color Cylindrical-coordinate representation of color #2D2033: hue angle of 281.05º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D2033 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 32 | 51 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.8 |
| HSL | 281.05º | 0.23% | 0.16% | - |
| HSV(B) | 281.05º | 0.37% | 0.2% | - |
| XYZ | 2.2 | 1.83 | 3.37 | - |
| YUV | 38.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 51 | 0.12 | 0.37 | 0 | 0.8 | 281.05 | 0.23 | 0.16 |
| Hex | 2D | 20 | 33 | C | 25 | 0 | 50 | 119 | 17 | 10 |
| Octal | 55 | 40 | 63 | 14 | 45 | 0 | 120 | 431 | 27 | 20 |
| Binary | 101101 | 100000 | 110011 | 1100 | 100101 | 0 | 1010000 | 100011001 | 10111 | 10000 |
Color Harmonies of #2D2033
Complementary color
Monochromatic Colors of #2D2033
Black with #2D2033
Text Example
Text Example
White with #2D2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2033; }
p { color: rgb(45,32,51); }
H1.HeaderClassName
{
color: #2D2033;
}
.AnyTagClassName
{
color: #2D2033;
}
</style>
background-color css
<style>
a { background-color: #2D2033; }
a { background-color: rgb(45,32,51); }
div.DivClassName
{
background-color: #2D2033;
}
.BgClassName
{
background-color: #2D2033;
}
</style>
border-color css
<style>
span { border-color: #2D2033; }
span { border-color: rgb(45,32,51); }
td.TdClassName
{
border-color: #2D2033;
}
.TagClassName
{
border-color: #2D2033;
}
</style>