Shades of Blackcurrant #2D1834
Tints of Blackcurrant #2D1834
RGB
CMYK
RGB Variations
Color information
#2D1834 (or 0x2D1834) is known color: Blackcurrant. HEX triplet: 2D, 18 and 34. RGB value is (45,24,52). Sum of RGB (Red+Green+Blue) = 45+24+52=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1834 is #D2E7CB. Grayscale: #212121. Windows color (decimal): -13821900 or 3414061. OLE color: 3414061.
HSL color Cylindrical-coordinate representation of color #2D1834: hue angle of 285º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D1834 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 24 | 52 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.80 |
| HSL | 285º | 0.37% | 0.15% | - |
| HSV(B) | 285º | 0.54% | 0.2% | - |
| XYZ | 2.03 | 1.46 | 3.42 | - |
| YUV | 33.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 52 | 0.13 | 0.54 | 0 | 0.80 | 285 | 0.37 | 0.15 |
| Hex | 2D | 18 | 34 | D | 36 | 0 | 50 | 11D | 25 | F |
| Octal | 55 | 30 | 64 | 15 | 66 | 0 | 120 | 435 | 45 | 17 |
| Binary | 101101 | 11000 | 110100 | 1101 | 110110 | 0 | 1010000 | 100011101 | 100101 | 1111 |
Color Harmonies of #2D1834
Complementary color
Monochromatic Colors of #2D1834
Black with #2D1834
Text Example
Text Example
White with #2D1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1834; }
p { color: rgb(45,24,52); }
H1.HeaderClassName
{
color: #2D1834;
}
.AnyTagClassName
{
color: #2D1834;
}
</style>
background-color css
<style>
a { background-color: #2D1834; }
a { background-color: rgb(45,24,52); }
div.DivClassName
{
background-color: #2D1834;
}
.BgClassName
{
background-color: #2D1834;
}
</style>
border-color css
<style>
span { border-color: #2D1834; }
span { border-color: rgb(45,24,52); }
td.TdClassName
{
border-color: #2D1834;
}
.TagClassName
{
border-color: #2D1834;
}
</style>