Shades of Blackcurrant #2D1537
Tints of Blackcurrant #2D1537
RGB
CMYK
RGB Variations
Color information
#2D1537 (or 0x2D1537) is known color: Blackcurrant. HEX triplet: 2D, 15 and 37. RGB value is (45,21,55). Sum of RGB (Red+Green+Blue) = 45+21+55=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #2D1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1537 is #D2EAC8. Grayscale: #1F1F1F. Windows color (decimal): -13822665 or 3609901. OLE color: 3609901.
HSL color Cylindrical-coordinate representation of color #2D1537: hue angle of 282.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1537 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 21 | 55 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.78 |
| HSL | 282.35º | 0.45% | 0.15% | - |
| HSV(B) | 282.35º | 0.62% | 0.22% | - |
| XYZ | 2.04 | 1.37 | 3.77 | - |
| YUV | 32.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 21 | 55 | 0.18 | 0.62 | 0 | 0.78 | 282.35 | 0.45 | 0.15 |
| Hex | 2D | 15 | 37 | 12 | 3E | 0 | 4E | 11A | 2D | F |
| Octal | 55 | 25 | 67 | 22 | 76 | 0 | 116 | 432 | 55 | 17 |
| Binary | 101101 | 10101 | 110111 | 10010 | 111110 | 0 | 1001110 | 100011010 | 101101 | 1111 |
Color Harmonies of #2D1537
Complementary color
Monochromatic Colors of #2D1537
Black with #2D1537
Text Example
Text Example
White with #2D1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1537; }
p { color: rgb(45,21,55); }
H1.HeaderClassName
{
color: #2D1537;
}
.AnyTagClassName
{
color: #2D1537;
}
</style>
background-color css
<style>
a { background-color: #2D1537; }
a { background-color: rgb(45,21,55); }
div.DivClassName
{
background-color: #2D1537;
}
.BgClassName
{
background-color: #2D1537;
}
</style>
border-color css
<style>
span { border-color: #2D1537; }
span { border-color: rgb(45,21,55); }
td.TdClassName
{
border-color: #2D1537;
}
.TagClassName
{
border-color: #2D1537;
}
</style>