Shades of Blackcurrant #2D173B
Tints of Blackcurrant #2D173B
RGB
CMYK
RGB Variations
Color information
#2D173B (or 0x2D173B) is known color: Blackcurrant. HEX triplet: 2D, 17 and 3B. RGB value is (45,23,59). Sum of RGB (Red+Green+Blue) = 45+23+59=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D173B is #D2E8C4. Grayscale: #212121. Windows color (decimal): -13822149 or 3872557. OLE color: 3872557.
HSL color Cylindrical-coordinate representation of color #2D173B: hue angle of 276.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D173B is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 23 | 59 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.77 |
| HSL | 276.67º | 0.44% | 0.16% | - |
| HSV(B) | 276.67º | 0.61% | 0.23% | - |
| XYZ | 2.18 | 1.49 | 4.31 | - |
| YUV | 33.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 59 | 0.24 | 0.61 | 0 | 0.77 | 276.67 | 0.44 | 0.16 |
| Hex | 2D | 17 | 3B | 18 | 3D | 0 | 4D | 115 | 2C | 10 |
| Octal | 55 | 27 | 73 | 30 | 75 | 0 | 115 | 425 | 54 | 20 |
| Binary | 101101 | 10111 | 111011 | 11000 | 111101 | 0 | 1001101 | 100010101 | 101100 | 10000 |
Color Harmonies of #2D173B
Complementary color
Monochromatic Colors of #2D173B
Black with #2D173B
Text Example
Text Example
White with #2D173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D173B; }
p { color: rgb(45,23,59); }
H1.HeaderClassName
{
color: #2D173B;
}
.AnyTagClassName
{
color: #2D173B;
}
</style>
background-color css
<style>
a { background-color: #2D173B; }
a { background-color: rgb(45,23,59); }
div.DivClassName
{
background-color: #2D173B;
}
.BgClassName
{
background-color: #2D173B;
}
</style>
border-color css
<style>
span { border-color: #2D173B; }
span { border-color: rgb(45,23,59); }
td.TdClassName
{
border-color: #2D173B;
}
.TagClassName
{
border-color: #2D173B;
}
</style>