Shades of Blackcurrant #2D1839
Tints of Blackcurrant #2D1839
RGB
CMYK
RGB Variations
Color information
#2D1839 (or 0x2D1839) is known color: Blackcurrant. HEX triplet: 2D, 18 and 39. RGB value is (45,24,57). Sum of RGB (Red+Green+Blue) = 45+24+57=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D1839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1839 is #D2E7C6. Grayscale: #212121. Windows color (decimal): -13821895 or 3741741. OLE color: 3741741.
HSL color Cylindrical-coordinate representation of color #2D1839: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D1839 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 24 | 57 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.78 |
| HSL | 278.18º | 0.41% | 0.16% | - |
| HSV(B) | 278.18º | 0.58% | 0.22% | - |
| XYZ | 2.15 | 1.51 | 4.05 | - |
| YUV | 34.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 57 | 0.21 | 0.58 | 0 | 0.78 | 278.18 | 0.41 | 0.16 |
| Hex | 2D | 18 | 39 | 15 | 3A | 0 | 4E | 116 | 29 | 10 |
| Octal | 55 | 30 | 71 | 25 | 72 | 0 | 116 | 426 | 51 | 20 |
| Binary | 101101 | 11000 | 111001 | 10101 | 111010 | 0 | 1001110 | 100010110 | 101001 | 10000 |
Color Harmonies of #2D1839
Complementary color
Monochromatic Colors of #2D1839
Black with #2D1839
Text Example
Text Example
White with #2D1839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1839; }
p { color: rgb(45,24,57); }
H1.HeaderClassName
{
color: #2D1839;
}
.AnyTagClassName
{
color: #2D1839;
}
</style>
background-color css
<style>
a { background-color: #2D1839; }
a { background-color: rgb(45,24,57); }
div.DivClassName
{
background-color: #2D1839;
}
.BgClassName
{
background-color: #2D1839;
}
</style>
border-color css
<style>
span { border-color: #2D1839; }
span { border-color: rgb(45,24,57); }
td.TdClassName
{
border-color: #2D1839;
}
.TagClassName
{
border-color: #2D1839;
}
</style>