Shades of Blackcurrant #2D2532
Tints of Blackcurrant #2D2532
RGB
CMYK
RGB Variations
Color information
#2D2532 (or 0x2D2532) is known color: Blackcurrant. HEX triplet: 2D, 25 and 32. RGB value is (45,37,50). Sum of RGB (Red+Green+Blue) = 45+37+50=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 50 - color contains mainly: blue. Hex color #2D2532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2532 is #D2DACD. Grayscale: #282828. Windows color (decimal): -13818574 or 3286317. OLE color: 3286317.
HSL color Cylindrical-coordinate representation of color #2D2532: hue angle of 276.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D2532 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 45 | 37 | 50 | - |
CMYK | 0.10 | 0.26 | 0 | 0.80 |
HSL | 276.92º | 0.15% | 0.17% | - |
HSV(B) | 276.92º | 0.26% | 0.2% | - |
XYZ | 2.32 | 2.11 | 3.3 | - |
YUV | 40.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 37 | 50 | 0.10 | 0.26 | 0 | 0.80 | 276.92 | 0.15 | 0.17 |
Hex | 2D | 25 | 32 | A | 1A | 0 | 50 | 115 | F | 11 |
Octal | 55 | 45 | 62 | 12 | 32 | 0 | 120 | 425 | 17 | 21 |
Binary | 101101 | 100101 | 110010 | 1010 | 11010 | 0 | 1010000 | 100010101 | 1111 | 10001 |
Color Harmonies of #2D2532
Complementary color
Monochromatic Colors of #2D2532
Black with #2D2532
Text Example
Text Example
White with #2D2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2532; }
p { color: rgb(45,37,50); }
H1.HeaderClassName
{
color: #2D2532;
}
.AnyTagClassName
{
color: #2D2532;
}
</style>
background-color css
<style>
a { background-color: #2D2532; }
a { background-color: rgb(45,37,50); }
div.DivClassName
{
background-color: #2D2532;
}
.BgClassName
{
background-color: #2D2532;
}
</style>
border-color css
<style>
span { border-color: #2D2532; }
span { border-color: rgb(45,37,50); }
td.TdClassName
{
border-color: #2D2532;
}
.TagClassName
{
border-color: #2D2532;
}
</style>