Shades of Blackcurrant #2D1939
Tints of Blackcurrant #2D1939
RGB
CMYK
RGB Variations
Color information
#2D1939 (or 0x2D1939) is known color: Blackcurrant. HEX triplet: 2D, 19 and 39. RGB value is (45,25,57). Sum of RGB (Red+Green+Blue) = 45+25+57=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1939 is #D2E6C6. Grayscale: #222222. Windows color (decimal): -13821639 or 3741997. OLE color: 3741997.
HSL color Cylindrical-coordinate representation of color #2D1939: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1939 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 25 | 57 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.78 |
| HSL | 277.5º | 0.39% | 0.16% | - |
| HSV(B) | 277.5º | 0.56% | 0.22% | - |
| XYZ | 2.17 | 1.55 | 4.06 | - |
| YUV | 34.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 57 | 0.21 | 0.56 | 0 | 0.78 | 277.5 | 0.39 | 0.16 |
| Hex | 2D | 19 | 39 | 15 | 38 | 0 | 4E | 116 | 27 | 10 |
| Octal | 55 | 31 | 71 | 25 | 70 | 0 | 116 | 426 | 47 | 20 |
| Binary | 101101 | 11001 | 111001 | 10101 | 111000 | 0 | 1001110 | 100010110 | 100111 | 10000 |
Color Harmonies of #2D1939
Complementary color
Monochromatic Colors of #2D1939
Black with #2D1939
Text Example
Text Example
White with #2D1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1939; }
p { color: rgb(45,25,57); }
H1.HeaderClassName
{
color: #2D1939;
}
.AnyTagClassName
{
color: #2D1939;
}
</style>
background-color css
<style>
a { background-color: #2D1939; }
a { background-color: rgb(45,25,57); }
div.DivClassName
{
background-color: #2D1939;
}
.BgClassName
{
background-color: #2D1939;
}
</style>
border-color css
<style>
span { border-color: #2D1939; }
span { border-color: rgb(45,25,57); }
td.TdClassName
{
border-color: #2D1939;
}
.TagClassName
{
border-color: #2D1939;
}
</style>