Shades of Blackcurrant #2D1132
Tints of Blackcurrant #2D1132
RGB
CMYK
RGB Variations
Color information
#2D1132 (or 0x2D1132) is known color: Blackcurrant. HEX triplet: 2D, 11 and 32. RGB value is (45,17,50). Sum of RGB (Red+Green+Blue) = 45+17+50=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D1132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1132 is #D2EECD. Grayscale: #1D1D1D. Windows color (decimal): -13823694 or 3281197. OLE color: 3281197.
HSL color Cylindrical-coordinate representation of color #2D1132: hue angle of 290.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D1132 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 17 | 50 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.80 |
| HSL | 290.91º | 0.49% | 0.13% | - |
| HSV(B) | 290.91º | 0.66% | 0.2% | - |
| XYZ | 1.86 | 1.19 | 3.15 | - |
| YUV | 29.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 17 | 50 | 0.10 | 0.66 | 0 | 0.80 | 290.91 | 0.49 | 0.13 |
| Hex | 2D | 11 | 32 | A | 42 | 0 | 50 | 123 | 31 | D |
| Octal | 55 | 21 | 62 | 12 | 102 | 0 | 120 | 443 | 61 | 15 |
| Binary | 101101 | 10001 | 110010 | 1010 | 1000010 | 0 | 1010000 | 100100011 | 110001 | 1101 |
Color Harmonies of #2D1132
Complementary color
Monochromatic Colors of #2D1132
Black with #2D1132
Text Example
Text Example
White with #2D1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1132; }
p { color: rgb(45,17,50); }
H1.HeaderClassName
{
color: #2D1132;
}
.AnyTagClassName
{
color: #2D1132;
}
</style>
background-color css
<style>
a { background-color: #2D1132; }
a { background-color: rgb(45,17,50); }
div.DivClassName
{
background-color: #2D1132;
}
.BgClassName
{
background-color: #2D1132;
}
</style>
border-color css
<style>
span { border-color: #2D1132; }
span { border-color: rgb(45,17,50); }
td.TdClassName
{
border-color: #2D1132;
}
.TagClassName
{
border-color: #2D1132;
}
</style>