Shades of Blackcurrant #2D1647
Tints of Blackcurrant #2D1647
RGB
CMYK
RGB Variations
Color information
#2D1647 (or 0x2D1647) is known color: Blackcurrant. HEX triplet: 2D, 16 and 47. RGB value is (45,22,71). Sum of RGB (Red+Green+Blue) = 45+22+71=138 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.61% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D1647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1647 is #D2E9B8. Grayscale: #222222. Windows color (decimal): -13822393 or 4658733. OLE color: 4658733.
HSL color Cylindrical-coordinate representation of color #2D1647: hue angle of 268.16º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D1647 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 22 | 71 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.72 |
| HSL | 268.16º | 0.53% | 0.18% | - |
| HSV(B) | 268.16º | 0.69% | 0.28% | - |
| XYZ | 2.51 | 1.59 | 6.14 | - |
| YUV | 34.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 22 | 71 | 0.37 | 0.69 | 0 | 0.72 | 268.16 | 0.53 | 0.18 |
| Hex | 2D | 16 | 47 | 25 | 45 | 0 | 48 | 10C | 35 | 12 |
| Octal | 55 | 26 | 107 | 45 | 105 | 0 | 110 | 414 | 65 | 22 |
| Binary | 101101 | 10110 | 1000111 | 100101 | 1000101 | 0 | 1001000 | 100001100 | 110101 | 10010 |
Color Harmonies of #2D1647
Complementary color
Monochromatic Colors of #2D1647
Black with #2D1647
Text Example
Text Example
White with #2D1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1647; }
p { color: rgb(45,22,71); }
H1.HeaderClassName
{
color: #2D1647;
}
.AnyTagClassName
{
color: #2D1647;
}
</style>
background-color css
<style>
a { background-color: #2D1647; }
a { background-color: rgb(45,22,71); }
div.DivClassName
{
background-color: #2D1647;
}
.BgClassName
{
background-color: #2D1647;
}
</style>
border-color css
<style>
span { border-color: #2D1647; }
span { border-color: rgb(45,22,71); }
td.TdClassName
{
border-color: #2D1647;
}
.TagClassName
{
border-color: #2D1647;
}
</style>