Shades of Blackcurrant #2D0033
Tints of Blackcurrant #2D0033
RGB
CMYK
RGB Variations
Color information
#2D0033 (or 0x2D0033) is known color: Blackcurrant. HEX triplet: 2D, 00 and 33. RGB value is (45,0,51). Sum of RGB (Red+Green+Blue) = 45+0+51=96 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.88% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D0033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0033 is #D2FFCC. Grayscale: #131313. Windows color (decimal): -13828045 or 3342381. OLE color: 3342381.
HSL color Cylindrical-coordinate representation of color #2D0033: hue angle of 292.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0033 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 0 | 51 | - |
| CMYK | 0.12 | 1 | 0 | 0.8 |
| HSL | 292.94º | 1% | 0.1% | - |
| HSV(B) | 292.94º | 1% | 0.2% | - |
| XYZ | 1.68 | 0.8 | 3.2 | - |
| YUV | 19.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 51 | 0.12 | 1 | 0 | 0.8 | 292.94 | 1 | 0.1 |
| Hex | 2D | 0 | 33 | C | 64 | 0 | 50 | 125 | 64 | A |
| Octal | 55 | 0 | 63 | 14 | 144 | 0 | 120 | 445 | 144 | 12 |
| Binary | 101101 | 0 | 110011 | 1100 | 1100100 | 0 | 1010000 | 100100101 | 1100100 | 1010 |
Color Harmonies of #2D0033
Complementary color
Monochromatic Colors of #2D0033
Black with #2D0033
Text Example
Text Example
White with #2D0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0033; }
p { color: rgb(45,0,51); }
H1.HeaderClassName
{
color: #2D0033;
}
.AnyTagClassName
{
color: #2D0033;
}
</style>
background-color css
<style>
a { background-color: #2D0033; }
a { background-color: rgb(45,0,51); }
div.DivClassName
{
background-color: #2D0033;
}
.BgClassName
{
background-color: #2D0033;
}
</style>
border-color css
<style>
span { border-color: #2D0033; }
span { border-color: rgb(45,0,51); }
td.TdClassName
{
border-color: #2D0033;
}
.TagClassName
{
border-color: #2D0033;
}
</style>