Shades of Blackcurrant #2D1534
Tints of Blackcurrant #2D1534
RGB
CMYK
RGB Variations
Color information
#2D1534 (or 0x2D1534) is known color: Blackcurrant. HEX triplet: 2D, 15 and 34. RGB value is (45,21,52). Sum of RGB (Red+Green+Blue) = 45+21+52=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D1534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1534 is #D2EACB. Grayscale: #1F1F1F. Windows color (decimal): -13822668 or 3413293. OLE color: 3413293.
HSL color Cylindrical-coordinate representation of color #2D1534: hue angle of 286.45º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D1534 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 21 | 52 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.80 |
| HSL | 286.45º | 0.42% | 0.14% | - |
| HSV(B) | 286.45º | 0.6% | 0.2% | - |
| XYZ | 1.97 | 1.34 | 3.4 | - |
| YUV | 31.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 52 | 0.13 | 0.60 | 0 | 0.80 | 286.45 | 0.42 | 0.14 |
| Hex | 2D | 15 | 34 | D | 3C | 0 | 50 | 11E | 2A | E |
| Octal | 55 | 25 | 64 | 15 | 74 | 0 | 120 | 436 | 52 | 16 |
| Binary | 101101 | 10101 | 110100 | 1101 | 111100 | 0 | 1010000 | 100011110 | 101010 | 1110 |
Color Harmonies of #2D1534
Complementary color
Monochromatic Colors of #2D1534
Black with #2D1534
Text Example
Text Example
White with #2D1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1534; }
p { color: rgb(45,21,52); }
H1.HeaderClassName
{
color: #2D1534;
}
.AnyTagClassName
{
color: #2D1534;
}
</style>
background-color css
<style>
a { background-color: #2D1534; }
a { background-color: rgb(45,21,52); }
div.DivClassName
{
background-color: #2D1534;
}
.BgClassName
{
background-color: #2D1534;
}
</style>
border-color css
<style>
span { border-color: #2D1534; }
span { border-color: rgb(45,21,52); }
td.TdClassName
{
border-color: #2D1534;
}
.TagClassName
{
border-color: #2D1534;
}
</style>