Shades of Blackcurrant #2D0031
Tints of Blackcurrant #2D0031
RGB
CMYK
RGB Variations
Color information
#2D0031 (or 0x2D0031) is known color: Blackcurrant. HEX triplet: 2D, 00 and 31. RGB value is (45,0,49). Sum of RGB (Red+Green+Blue) = 45+0+49=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #2D0031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0031 is #D2FFCE. Grayscale: #121212. Windows color (decimal): -13828047 or 3211309. OLE color: 3211309.
HSL color Cylindrical-coordinate representation of color #2D0031: hue angle of 295.1º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0031 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 0 | 49 | - |
| CMYK | 0.08 | 1 | 0 | 0.81 |
| HSL | 295.1º | 1% | 0.1% | - |
| HSV(B) | 295.1º | 1% | 0.19% | - |
| XYZ | 1.64 | 0.78 | 2.97 | - |
| YUV | 19.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 49 | 0.08 | 1 | 0 | 0.81 | 295.1 | 1 | 0.1 |
| Hex | 2D | 0 | 31 | 8 | 64 | 0 | 51 | 127 | 64 | A |
| Octal | 55 | 0 | 61 | 10 | 144 | 0 | 121 | 447 | 144 | 12 |
| Binary | 101101 | 0 | 110001 | 1000 | 1100100 | 0 | 1010001 | 100100111 | 1100100 | 1010 |
Color Harmonies of #2D0031
Complementary color
Monochromatic Colors of #2D0031
Black with #2D0031
Text Example
Text Example
White with #2D0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0031; }
p { color: rgb(45,0,49); }
H1.HeaderClassName
{
color: #2D0031;
}
.AnyTagClassName
{
color: #2D0031;
}
</style>
background-color css
<style>
a { background-color: #2D0031; }
a { background-color: rgb(45,0,49); }
div.DivClassName
{
background-color: #2D0031;
}
.BgClassName
{
background-color: #2D0031;
}
</style>
border-color css
<style>
span { border-color: #2D0031; }
span { border-color: rgb(45,0,49); }
td.TdClassName
{
border-color: #2D0031;
}
.TagClassName
{
border-color: #2D0031;
}
</style>