Shades of Blackcurrant #2D1F33
Tints of Blackcurrant #2D1F33
RGB
CMYK
RGB Variations
Color information
#2D1F33 (or 0x2D1F33) is known color: Blackcurrant. HEX triplet: 2D, 1F and 33. RGB value is (45,31,51). Sum of RGB (Red+Green+Blue) = 45+31+51=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: blue. Hex color #2D1F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D1F33 is #D2E0CC. Grayscale: #252525. Windows color (decimal): -13820109 or 3350317. OLE color: 3350317.
HSL color Cylindrical-coordinate representation of color #2D1F33: hue angle of 282º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D1F33 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 45 | 31 | 51 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.8 |
| HSL | 282º | 0.24% | 0.16% | - |
| HSV(B) | 282º | 0.39% | 0.2% | - |
| XYZ | 2.17 | 1.78 | 3.36 | - |
| YUV | 37.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 51 | 0.12 | 0.39 | 0 | 0.8 | 282 | 0.24 | 0.16 |
| Hex | 2D | 1F | 33 | C | 27 | 0 | 50 | 11A | 18 | 10 |
| Octal | 55 | 37 | 63 | 14 | 47 | 0 | 120 | 432 | 30 | 20 |
| Binary | 101101 | 11111 | 110011 | 1100 | 100111 | 0 | 1010000 | 100011010 | 11000 | 10000 |
Color Harmonies of #2D1F33
Complementary color
Monochromatic Colors of #2D1F33
Black with #2D1F33
Text Example
Text Example
White with #2D1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F33; }
p { color: rgb(45,31,51); }
H1.HeaderClassName
{
color: #2D1F33;
}
.AnyTagClassName
{
color: #2D1F33;
}
</style>
background-color css
<style>
a { background-color: #2D1F33; }
a { background-color: rgb(45,31,51); }
div.DivClassName
{
background-color: #2D1F33;
}
.BgClassName
{
background-color: #2D1F33;
}
</style>
border-color css
<style>
span { border-color: #2D1F33; }
span { border-color: rgb(45,31,51); }
td.TdClassName
{
border-color: #2D1F33;
}
.TagClassName
{
border-color: #2D1F33;
}
</style>