Shades of Blackcurrant #2D1932
Tints of Blackcurrant #2D1932
RGB
CMYK
RGB Variations
Color information
#2D1932 (or 0x2D1932) is known color: Blackcurrant. HEX triplet: 2D, 19 and 32. RGB value is (45,25,50). Sum of RGB (Red+Green+Blue) = 45+25+50=120 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.5% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1932 is #D2E6CD. Grayscale: #212121. Windows color (decimal): -13821646 or 3283245. OLE color: 3283245.
HSL color Cylindrical-coordinate representation of color #2D1932: hue angle of 288º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D1932 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 25 | 50 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.80 |
| HSL | 288º | 0.33% | 0.15% | - |
| HSV(B) | 288º | 0.5% | 0.2% | - |
| XYZ | 2.01 | 1.48 | 3.2 | - |
| YUV | 33.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 50 | 0.10 | 0.50 | 0 | 0.80 | 288 | 0.33 | 0.15 |
| Hex | 2D | 19 | 32 | A | 32 | 0 | 50 | 120 | 21 | F |
| Octal | 55 | 31 | 62 | 12 | 62 | 0 | 120 | 440 | 41 | 17 |
| Binary | 101101 | 11001 | 110010 | 1010 | 110010 | 0 | 1010000 | 100100000 | 100001 | 1111 |
Color Harmonies of #2D1932
Complementary color
Monochromatic Colors of #2D1932
Black with #2D1932
Text Example
Text Example
White with #2D1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1932; }
p { color: rgb(45,25,50); }
H1.HeaderClassName
{
color: #2D1932;
}
.AnyTagClassName
{
color: #2D1932;
}
</style>
background-color css
<style>
a { background-color: #2D1932; }
a { background-color: rgb(45,25,50); }
div.DivClassName
{
background-color: #2D1932;
}
.BgClassName
{
background-color: #2D1932;
}
</style>
border-color css
<style>
span { border-color: #2D1932; }
span { border-color: rgb(45,25,50); }
td.TdClassName
{
border-color: #2D1932;
}
.TagClassName
{
border-color: #2D1932;
}
</style>