Shades of Blackcurrant #2D1D39
Tints of Blackcurrant #2D1D39
RGB
CMYK
RGB Variations
Color information
#2D1D39 (or 0x2D1D39) is known color: Blackcurrant. HEX triplet: 2D, 1D and 39. RGB value is (45,29,57). Sum of RGB (Red+Green+Blue) = 45+29+57=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D1D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D39 is #D2E2C6. Grayscale: #242424. Windows color (decimal): -13820615 or 3743021. OLE color: 3743021.
HSL color Cylindrical-coordinate representation of color #2D1D39: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D1D39 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 29 | 57 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.78 |
| HSL | 274.29º | 0.33% | 0.17% | - |
| HSV(B) | 274.29º | 0.49% | 0.22% | - |
| XYZ | 2.26 | 1.73 | 4.09 | - |
| YUV | 36.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 57 | 0.21 | 0.49 | 0 | 0.78 | 274.29 | 0.33 | 0.17 |
| Hex | 2D | 1D | 39 | 15 | 31 | 0 | 4E | 112 | 21 | 11 |
| Octal | 55 | 35 | 71 | 25 | 61 | 0 | 116 | 422 | 41 | 21 |
| Binary | 101101 | 11101 | 111001 | 10101 | 110001 | 0 | 1001110 | 100010010 | 100001 | 10001 |
Color Harmonies of #2D1D39
Complementary color
Monochromatic Colors of #2D1D39
Black with #2D1D39
Text Example
Text Example
White with #2D1D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D39; }
p { color: rgb(45,29,57); }
H1.HeaderClassName
{
color: #2D1D39;
}
.AnyTagClassName
{
color: #2D1D39;
}
</style>
background-color css
<style>
a { background-color: #2D1D39; }
a { background-color: rgb(45,29,57); }
div.DivClassName
{
background-color: #2D1D39;
}
.BgClassName
{
background-color: #2D1D39;
}
</style>
border-color css
<style>
span { border-color: #2D1D39; }
span { border-color: rgb(45,29,57); }
td.TdClassName
{
border-color: #2D1D39;
}
.TagClassName
{
border-color: #2D1D39;
}
</style>