Shades of Blackcurrant #2D2332
Tints of Blackcurrant #2D2332
RGB
CMYK
RGB Variations
Color information
#2D2332 (or 0x2D2332) is known color: Blackcurrant. HEX triplet: 2D, 23 and 32. RGB value is (45,35,50). Sum of RGB (Red+Green+Blue) = 45+35+50=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2332 is #D2DCCD. Grayscale: #272727. Windows color (decimal): -13819086 or 3285805. OLE color: 3285805.
HSL color Cylindrical-coordinate representation of color #2D2332: hue angle of 280º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2D2332 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 35 | 50 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.80 |
| HSL | 280º | 0.18% | 0.17% | - |
| HSV(B) | 280º | 0.3% | 0.2% | - |
| XYZ | 2.26 | 1.99 | 3.28 | - |
| YUV | 39.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 50 | 0.10 | 0.30 | 0 | 0.80 | 280 | 0.18 | 0.17 |
| Hex | 2D | 23 | 32 | A | 1E | 0 | 50 | 118 | 12 | 11 |
| Octal | 55 | 43 | 62 | 12 | 36 | 0 | 120 | 430 | 22 | 21 |
| Binary | 101101 | 100011 | 110010 | 1010 | 11110 | 0 | 1010000 | 100011000 | 10010 | 10001 |
Color Harmonies of #2D2332
Complementary color
Monochromatic Colors of #2D2332
Black with #2D2332
Text Example
Text Example
White with #2D2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2332; }
p { color: rgb(45,35,50); }
H1.HeaderClassName
{
color: #2D2332;
}
.AnyTagClassName
{
color: #2D2332;
}
</style>
background-color css
<style>
a { background-color: #2D2332; }
a { background-color: rgb(45,35,50); }
div.DivClassName
{
background-color: #2D2332;
}
.BgClassName
{
background-color: #2D2332;
}
</style>
border-color css
<style>
span { border-color: #2D2332; }
span { border-color: rgb(45,35,50); }
td.TdClassName
{
border-color: #2D2332;
}
.TagClassName
{
border-color: #2D2332;
}
</style>