Shades of Blackcurrant #2D1545
Tints of Blackcurrant #2D1545
RGB
CMYK
RGB Variations
Color information
#2D1545 (or 0x2D1545) is known color: Blackcurrant. HEX triplet: 2D, 15 and 45. RGB value is (45,21,69). Sum of RGB (Red+Green+Blue) = 45+21+69=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #2D1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1545 is #D2EABA. Grayscale: #212121. Windows color (decimal): -13822651 or 4527405. OLE color: 4527405.
HSL color Cylindrical-coordinate representation of color #2D1545: hue angle of 270º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D1545 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 45 | 21 | 69 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.73 |
| HSL | 270º | 0.53% | 0.18% | - |
| HSV(B) | 270º | 0.7% | 0.27% | - |
| XYZ | 2.42 | 1.52 | 5.8 | - |
| YUV | 33.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 69 | 0.35 | 0.70 | 0 | 0.73 | 270 | 0.53 | 0.18 |
| Hex | 2D | 15 | 45 | 23 | 46 | 0 | 49 | 10E | 35 | 12 |
| Octal | 55 | 25 | 105 | 43 | 106 | 0 | 111 | 416 | 65 | 22 |
| Binary | 101101 | 10101 | 1000101 | 100011 | 1000110 | 0 | 1001001 | 100001110 | 110101 | 10010 |
Color Harmonies of #2D1545
Complementary color
Monochromatic Colors of #2D1545
Black with #2D1545
Text Example
Text Example
White with #2D1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1545; }
p { color: rgb(45,21,69); }
H1.HeaderClassName
{
color: #2D1545;
}
.AnyTagClassName
{
color: #2D1545;
}
</style>
background-color css
<style>
a { background-color: #2D1545; }
a { background-color: rgb(45,21,69); }
div.DivClassName
{
background-color: #2D1545;
}
.BgClassName
{
background-color: #2D1545;
}
</style>
border-color css
<style>
span { border-color: #2D1545; }
span { border-color: rgb(45,21,69); }
td.TdClassName
{
border-color: #2D1545;
}
.TagClassName
{
border-color: #2D1545;
}
</style>