Shades of Blackcurrant #2D2231
Tints of Blackcurrant #2D2231
RGB
CMYK
RGB Variations
Color information
#2D2231 (or 0x2D2231) is known color: Blackcurrant. HEX triplet: 2D, 22 and 31. RGB value is (45,34,49). Sum of RGB (Red+Green+Blue) = 45+34+49=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2231 is #D2DDCE. Grayscale: #262626. Windows color (decimal): -13819343 or 3220013. OLE color: 3220013.
HSL color Cylindrical-coordinate representation of color #2D2231: hue angle of 284º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D2231 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 34 | 49 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.81 |
| HSL | 284º | 0.18% | 0.16% | - |
| HSV(B) | 284º | 0.31% | 0.19% | - |
| XYZ | 2.21 | 1.92 | 3.16 | - |
| YUV | 39 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 49 | 0.08 | 0.31 | 0 | 0.81 | 284 | 0.18 | 0.16 |
| Hex | 2D | 22 | 31 | 8 | 1F | 0 | 51 | 11C | 12 | 10 |
| Octal | 55 | 42 | 61 | 10 | 37 | 0 | 121 | 434 | 22 | 20 |
| Binary | 101101 | 100010 | 110001 | 1000 | 11111 | 0 | 1010001 | 100011100 | 10010 | 10000 |
Color Harmonies of #2D2231
Complementary color
Monochromatic Colors of #2D2231
Black with #2D2231
Text Example
Text Example
White with #2D2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2231; }
p { color: rgb(45,34,49); }
H1.HeaderClassName
{
color: #2D2231;
}
.AnyTagClassName
{
color: #2D2231;
}
</style>
background-color css
<style>
a { background-color: #2D2231; }
a { background-color: rgb(45,34,49); }
div.DivClassName
{
background-color: #2D2231;
}
.BgClassName
{
background-color: #2D2231;
}
</style>
border-color css
<style>
span { border-color: #2D2231; }
span { border-color: rgb(45,34,49); }
td.TdClassName
{
border-color: #2D2231;
}
.TagClassName
{
border-color: #2D2231;
}
</style>