Shades of Blackcurrant #2D282F
Tints of Blackcurrant #2D282F
RGB
CMYK
RGB Variations
Color information
#2D282F (or 0x2D282F) is known color: Blackcurrant. HEX triplet: 2D, 28 and 2F. RGB value is (45,40,47). Sum of RGB (Red+Green+Blue) = 45+40+47=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: blue. Hex color #2D282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D282F is #D2D7D0. Grayscale: #2A2A2A. Windows color (decimal): -13817809 or 3090477. OLE color: 3090477.
HSL color Cylindrical-coordinate representation of color #2D282F: hue angle of 282.86º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D282F is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 40 | 47 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.82 |
| HSL | 282.86º | 0.08% | 0.17% | - |
| HSV(B) | 282.86º | 0.15% | 0.18% | - |
| XYZ | 2.35 | 2.28 | 3.01 | - |
| YUV | 42.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 47 | 0.04 | 0.15 | 0 | 0.82 | 282.86 | 0.08 | 0.17 |
| Hex | 2D | 28 | 2F | 4 | F | 0 | 52 | 11B | 8 | 11 |
| Octal | 55 | 50 | 57 | 4 | 17 | 0 | 122 | 433 | 10 | 21 |
| Binary | 101101 | 101000 | 101111 | 100 | 1111 | 0 | 1010010 | 100011011 | 1000 | 10001 |
Color Harmonies of #2D282F
Complementary color
Monochromatic Colors of #2D282F
Black with #2D282F
Text Example
Text Example
White with #2D282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D282F; }
p { color: rgb(45,40,47); }
H1.HeaderClassName
{
color: #2D282F;
}
.AnyTagClassName
{
color: #2D282F;
}
</style>
background-color css
<style>
a { background-color: #2D282F; }
a { background-color: rgb(45,40,47); }
div.DivClassName
{
background-color: #2D282F;
}
.BgClassName
{
background-color: #2D282F;
}
</style>
border-color css
<style>
span { border-color: #2D282F; }
span { border-color: rgb(45,40,47); }
td.TdClassName
{
border-color: #2D282F;
}
.TagClassName
{
border-color: #2D282F;
}
</style>