Shades of Blackcurrant #2D173A
Tints of Blackcurrant #2D173A
RGB
CMYK
RGB Variations
Color information
#2D173A (or 0x2D173A) is known color: Blackcurrant. HEX triplet: 2D, 17 and 3A. RGB value is (45,23,58). Sum of RGB (Red+Green+Blue) = 45+23+58=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D173A is #D2E8C5. Grayscale: #212121. Windows color (decimal): -13822150 or 3807021. OLE color: 3807021.
HSL color Cylindrical-coordinate representation of color #2D173A: hue angle of 277.71º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D173A is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 23 | 58 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.77 |
| HSL | 277.71º | 0.43% | 0.16% | - |
| HSV(B) | 277.71º | 0.6% | 0.23% | - |
| XYZ | 2.15 | 1.48 | 4.17 | - |
| YUV | 33.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 58 | 0.22 | 0.60 | 0 | 0.77 | 277.71 | 0.43 | 0.16 |
| Hex | 2D | 17 | 3A | 16 | 3C | 0 | 4D | 116 | 2B | 10 |
| Octal | 55 | 27 | 72 | 26 | 74 | 0 | 115 | 426 | 53 | 20 |
| Binary | 101101 | 10111 | 111010 | 10110 | 111100 | 0 | 1001101 | 100010110 | 101011 | 10000 |
Color Harmonies of #2D173A
Complementary color
Monochromatic Colors of #2D173A
Black with #2D173A
Text Example
Text Example
White with #2D173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D173A; }
p { color: rgb(45,23,58); }
H1.HeaderClassName
{
color: #2D173A;
}
.AnyTagClassName
{
color: #2D173A;
}
</style>
background-color css
<style>
a { background-color: #2D173A; }
a { background-color: rgb(45,23,58); }
div.DivClassName
{
background-color: #2D173A;
}
.BgClassName
{
background-color: #2D173A;
}
</style>
border-color css
<style>
span { border-color: #2D173A; }
span { border-color: rgb(45,23,58); }
td.TdClassName
{
border-color: #2D173A;
}
.TagClassName
{
border-color: #2D173A;
}
</style>