Shades of Blackcurrant #2D1832
Tints of Blackcurrant #2D1832
RGB
CMYK
RGB Variations
Color information
#2D1832 (or 0x2D1832) is known color: Blackcurrant. HEX triplet: 2D, 18 and 32. RGB value is (45,24,50). Sum of RGB (Red+Green+Blue) = 45+24+50=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D1832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1832 is #D2E7CD. Grayscale: #212121. Windows color (decimal): -13821902 or 3282989. OLE color: 3282989.
HSL color Cylindrical-coordinate representation of color #2D1832: hue angle of 288.46º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D1832 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 24 | 50 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.80 |
| HSL | 288.46º | 0.35% | 0.15% | - |
| HSV(B) | 288.46º | 0.52% | 0.2% | - |
| XYZ | 1.98 | 1.44 | 3.19 | - |
| YUV | 33.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 50 | 0.10 | 0.52 | 0 | 0.80 | 288.46 | 0.35 | 0.15 |
| Hex | 2D | 18 | 32 | A | 34 | 0 | 50 | 120 | 23 | F |
| Octal | 55 | 30 | 62 | 12 | 64 | 0 | 120 | 440 | 43 | 17 |
| Binary | 101101 | 11000 | 110010 | 1010 | 110100 | 0 | 1010000 | 100100000 | 100011 | 1111 |
Color Harmonies of #2D1832
Complementary color
Monochromatic Colors of #2D1832
Black with #2D1832
Text Example
Text Example
White with #2D1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1832; }
p { color: rgb(45,24,50); }
H1.HeaderClassName
{
color: #2D1832;
}
.AnyTagClassName
{
color: #2D1832;
}
</style>
background-color css
<style>
a { background-color: #2D1832; }
a { background-color: rgb(45,24,50); }
div.DivClassName
{
background-color: #2D1832;
}
.BgClassName
{
background-color: #2D1832;
}
</style>
border-color css
<style>
span { border-color: #2D1832; }
span { border-color: rgb(45,24,50); }
td.TdClassName
{
border-color: #2D1832;
}
.TagClassName
{
border-color: #2D1832;
}
</style>