Shades of Blackcurrant #2D2831
Tints of Blackcurrant #2D2831
RGB
CMYK
RGB Variations
Color information
#2D2831 (or 0x2D2831) is known color: Blackcurrant. HEX triplet: 2D, 28 and 31. RGB value is (45,40,49). Sum of RGB (Red+Green+Blue) = 45+40+49=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2831 is #D2D7CE. Grayscale: #2A2A2A. Windows color (decimal): -13817807 or 3221549. OLE color: 3221549.
HSL color Cylindrical-coordinate representation of color #2D2831: hue angle of 273.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D2831 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 40 | 49 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.81 |
| HSL | 273.33º | 0.1% | 0.17% | - |
| HSV(B) | 273.33º | 0.18% | 0.19% | - |
| XYZ | 2.4 | 2.3 | 3.22 | - |
| YUV | 42.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 49 | 0.08 | 0.18 | 0 | 0.81 | 273.33 | 0.1 | 0.17 |
| Hex | 2D | 28 | 31 | 8 | 12 | 0 | 51 | 111 | A | 11 |
| Octal | 55 | 50 | 61 | 10 | 22 | 0 | 121 | 421 | 12 | 21 |
| Binary | 101101 | 101000 | 110001 | 1000 | 10010 | 0 | 1010001 | 100010001 | 1010 | 10001 |
Color Harmonies of #2D2831
Complementary color
Monochromatic Colors of #2D2831
Black with #2D2831
Text Example
Text Example
White with #2D2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2831; }
p { color: rgb(45,40,49); }
H1.HeaderClassName
{
color: #2D2831;
}
.AnyTagClassName
{
color: #2D2831;
}
</style>
background-color css
<style>
a { background-color: #2D2831; }
a { background-color: rgb(45,40,49); }
div.DivClassName
{
background-color: #2D2831;
}
.BgClassName
{
background-color: #2D2831;
}
</style>
border-color css
<style>
span { border-color: #2D2831; }
span { border-color: rgb(45,40,49); }
td.TdClassName
{
border-color: #2D2831;
}
.TagClassName
{
border-color: #2D2831;
}
</style>