Shades of Blackcurrant #2D1D31
Tints of Blackcurrant #2D1D31
RGB
CMYK
RGB Variations
Color information
#2D1D31 (or 0x2D1D31) is known color: Blackcurrant. HEX triplet: 2D, 1D and 31. RGB value is (45,29,49). Sum of RGB (Red+Green+Blue) = 45+29+49=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D1D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1D31 is #D2E2CE. Grayscale: #242424. Windows color (decimal): -13820623 or 3218733. OLE color: 3218733.
HSL color Cylindrical-coordinate representation of color #2D1D31: hue angle of 288º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2D1D31 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 29 | 49 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.81 |
| HSL | 288º | 0.26% | 0.15% | - |
| HSV(B) | 288º | 0.41% | 0.19% | - |
| XYZ | 2.08 | 1.66 | 3.12 | - |
| YUV | 36.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 49 | 0.08 | 0.41 | 0 | 0.81 | 288 | 0.26 | 0.15 |
| Hex | 2D | 1D | 31 | 8 | 29 | 0 | 51 | 120 | 1A | F |
| Octal | 55 | 35 | 61 | 10 | 51 | 0 | 121 | 440 | 32 | 17 |
| Binary | 101101 | 11101 | 110001 | 1000 | 101001 | 0 | 1010001 | 100100000 | 11010 | 1111 |
Color Harmonies of #2D1D31
Complementary color
Monochromatic Colors of #2D1D31
Black with #2D1D31
Text Example
Text Example
White with #2D1D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D31; }
p { color: rgb(45,29,49); }
H1.HeaderClassName
{
color: #2D1D31;
}
.AnyTagClassName
{
color: #2D1D31;
}
</style>
background-color css
<style>
a { background-color: #2D1D31; }
a { background-color: rgb(45,29,49); }
div.DivClassName
{
background-color: #2D1D31;
}
.BgClassName
{
background-color: #2D1D31;
}
</style>
border-color css
<style>
span { border-color: #2D1D31; }
span { border-color: rgb(45,29,49); }
td.TdClassName
{
border-color: #2D1D31;
}
.TagClassName
{
border-color: #2D1D31;
}
</style>