Shades of Blackcurrant #2D1740
Tints of Blackcurrant #2D1740
RGB
CMYK
RGB Variations
Color information
#2D1740 (or 0x2D1740) is known color: Blackcurrant. HEX triplet: 2D, 17 and 40. RGB value is (45,23,64). Sum of RGB (Red+Green+Blue) = 45+23+64=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1740 is #D2E8BF. Grayscale: #222222. Windows color (decimal): -13822144 or 4200237. OLE color: 4200237.
HSL color Cylindrical-coordinate representation of color #2D1740: hue angle of 272.2º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D1740 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 23 | 64 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.75 |
| HSL | 272.2º | 0.47% | 0.17% | - |
| HSV(B) | 272.2º | 0.64% | 0.25% | - |
| XYZ | 2.31 | 1.54 | 5.03 | - |
| YUV | 34.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 64 | 0.30 | 0.64 | 0 | 0.75 | 272.2 | 0.47 | 0.17 |
| Hex | 2D | 17 | 40 | 1E | 40 | 0 | 4B | 110 | 2F | 11 |
| Octal | 55 | 27 | 100 | 36 | 100 | 0 | 113 | 420 | 57 | 21 |
| Binary | 101101 | 10111 | 1000000 | 11110 | 1000000 | 0 | 1001011 | 100010000 | 101111 | 10001 |
Color Harmonies of #2D1740
Complementary color
Monochromatic Colors of #2D1740
Black with #2D1740
Text Example
Text Example
White with #2D1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1740; }
p { color: rgb(45,23,64); }
H1.HeaderClassName
{
color: #2D1740;
}
.AnyTagClassName
{
color: #2D1740;
}
</style>
background-color css
<style>
a { background-color: #2D1740; }
a { background-color: rgb(45,23,64); }
div.DivClassName
{
background-color: #2D1740;
}
.BgClassName
{
background-color: #2D1740;
}
</style>
border-color css
<style>
span { border-color: #2D1740; }
span { border-color: rgb(45,23,64); }
td.TdClassName
{
border-color: #2D1740;
}
.TagClassName
{
border-color: #2D1740;
}
</style>