Shades of Blackcurrant #2D1940
Tints of Blackcurrant #2D1940
RGB
CMYK
RGB Variations
Color information
#2D1940 (or 0x2D1940) is known color: Blackcurrant. HEX triplet: 2D, 19 and 40. RGB value is (45,25,64). Sum of RGB (Red+Green+Blue) = 45+25+64=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1940 is #D2E6BF. Grayscale: #232323. Windows color (decimal): -13821632 or 4200749. OLE color: 4200749.
HSL color Cylindrical-coordinate representation of color #2D1940: hue angle of 270.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D1940 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 25 | 64 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.75 |
| HSL | 270.77º | 0.44% | 0.17% | - |
| HSV(B) | 270.77º | 0.61% | 0.25% | - |
| XYZ | 2.36 | 1.62 | 5.04 | - |
| YUV | 35.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 64 | 0.30 | 0.61 | 0 | 0.75 | 270.77 | 0.44 | 0.17 |
| Hex | 2D | 19 | 40 | 1E | 3D | 0 | 4B | 10F | 2C | 11 |
| Octal | 55 | 31 | 100 | 36 | 75 | 0 | 113 | 417 | 54 | 21 |
| Binary | 101101 | 11001 | 1000000 | 11110 | 111101 | 0 | 1001011 | 100001111 | 101100 | 10001 |
Color Harmonies of #2D1940
Complementary color
Monochromatic Colors of #2D1940
Black with #2D1940
Text Example
Text Example
White with #2D1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1940; }
p { color: rgb(45,25,64); }
H1.HeaderClassName
{
color: #2D1940;
}
.AnyTagClassName
{
color: #2D1940;
}
</style>
background-color css
<style>
a { background-color: #2D1940; }
a { background-color: rgb(45,25,64); }
div.DivClassName
{
background-color: #2D1940;
}
.BgClassName
{
background-color: #2D1940;
}
</style>
border-color css
<style>
span { border-color: #2D1940; }
span { border-color: rgb(45,25,64); }
td.TdClassName
{
border-color: #2D1940;
}
.TagClassName
{
border-color: #2D1940;
}
</style>