Shades of Blackcurrant #2D2631
Tints of Blackcurrant #2D2631
RGB
CMYK
RGB Variations
Color information
#2D2631 (or 0x2D2631) is known color: Blackcurrant. HEX triplet: 2D, 26 and 31. RGB value is (45,38,49). Sum of RGB (Red+Green+Blue) = 45+38+49=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2631 is #D2D9CE. Grayscale: #292929. Windows color (decimal): -13818319 or 3221037. OLE color: 3221037.
HSL color Cylindrical-coordinate representation of color #2D2631: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D2631 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 38 | 49 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.81 |
| HSL | 278.18º | 0.13% | 0.17% | - |
| HSV(B) | 278.18º | 0.22% | 0.19% | - |
| XYZ | 2.33 | 2.17 | 3.2 | - |
| YUV | 41.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 49 | 0.08 | 0.22 | 0 | 0.81 | 278.18 | 0.13 | 0.17 |
| Hex | 2D | 26 | 31 | 8 | 16 | 0 | 51 | 116 | D | 11 |
| Octal | 55 | 46 | 61 | 10 | 26 | 0 | 121 | 426 | 15 | 21 |
| Binary | 101101 | 100110 | 110001 | 1000 | 10110 | 0 | 1010001 | 100010110 | 1101 | 10001 |
Color Harmonies of #2D2631
Complementary color
Monochromatic Colors of #2D2631
Black with #2D2631
Text Example
Text Example
White with #2D2631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2631; }
p { color: rgb(45,38,49); }
H1.HeaderClassName
{
color: #2D2631;
}
.AnyTagClassName
{
color: #2D2631;
}
</style>
background-color css
<style>
a { background-color: #2D2631; }
a { background-color: rgb(45,38,49); }
div.DivClassName
{
background-color: #2D2631;
}
.BgClassName
{
background-color: #2D2631;
}
</style>
border-color css
<style>
span { border-color: #2D2631; }
span { border-color: rgb(45,38,49); }
td.TdClassName
{
border-color: #2D2631;
}
.TagClassName
{
border-color: #2D2631;
}
</style>