Shades of Blackcurrant #2D1533
Tints of Blackcurrant #2D1533
RGB
CMYK
RGB Variations
Color information
#2D1533 (or 0x2D1533) is known color: Blackcurrant. HEX triplet: 2D, 15 and 33. RGB value is (45,21,51). Sum of RGB (Red+Green+Blue) = 45+21+51=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D1533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1533 is #D2EACC. Grayscale: #1F1F1F. Windows color (decimal): -13822669 or 3347757. OLE color: 3347757.
HSL color Cylindrical-coordinate representation of color #2D1533: hue angle of 288º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D1533 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 21 | 51 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.8 |
| HSL | 288º | 0.42% | 0.14% | - |
| HSV(B) | 288º | 0.59% | 0.2% | - |
| XYZ | 1.95 | 1.33 | 3.29 | - |
| YUV | 31.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 51 | 0.12 | 0.59 | 0 | 0.8 | 288 | 0.42 | 0.14 |
| Hex | 2D | 15 | 33 | C | 3B | 0 | 50 | 120 | 2A | E |
| Octal | 55 | 25 | 63 | 14 | 73 | 0 | 120 | 440 | 52 | 16 |
| Binary | 101101 | 10101 | 110011 | 1100 | 111011 | 0 | 1010000 | 100100000 | 101010 | 1110 |
Color Harmonies of #2D1533
Complementary color
Monochromatic Colors of #2D1533
Black with #2D1533
Text Example
Text Example
White with #2D1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1533; }
p { color: rgb(45,21,51); }
H1.HeaderClassName
{
color: #2D1533;
}
.AnyTagClassName
{
color: #2D1533;
}
</style>
background-color css
<style>
a { background-color: #2D1533; }
a { background-color: rgb(45,21,51); }
div.DivClassName
{
background-color: #2D1533;
}
.BgClassName
{
background-color: #2D1533;
}
</style>
border-color css
<style>
span { border-color: #2D1533; }
span { border-color: rgb(45,21,51); }
td.TdClassName
{
border-color: #2D1533;
}
.TagClassName
{
border-color: #2D1533;
}
</style>