Shades of Blackcurrant #2D173D
Tints of Blackcurrant #2D173D
RGB
CMYK
RGB Variations
Color information
#2D173D (or 0x2D173D) is known color: Blackcurrant. HEX triplet: 2D, 17 and 3D. RGB value is (45,23,61). Sum of RGB (Red+Green+Blue) = 45+23+61=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D173D is #D2E8C2. Grayscale: #212121. Windows color (decimal): -13822147 or 4003629. OLE color: 4003629.
HSL color Cylindrical-coordinate representation of color #2D173D: hue angle of 274.74º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D173D is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 23 | 61 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.76 |
| HSL | 274.74º | 0.45% | 0.16% | - |
| HSV(B) | 274.74º | 0.62% | 0.24% | - |
| XYZ | 2.23 | 1.51 | 4.59 | - |
| YUV | 33.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 61 | 0.26 | 0.62 | 0 | 0.76 | 274.74 | 0.45 | 0.16 |
| Hex | 2D | 17 | 3D | 1A | 3E | 0 | 4C | 113 | 2D | 10 |
| Octal | 55 | 27 | 75 | 32 | 76 | 0 | 114 | 423 | 55 | 20 |
| Binary | 101101 | 10111 | 111101 | 11010 | 111110 | 0 | 1001100 | 100010011 | 101101 | 10000 |
Color Harmonies of #2D173D
Complementary color
Monochromatic Colors of #2D173D
Black with #2D173D
Text Example
Text Example
White with #2D173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D173D; }
p { color: rgb(45,23,61); }
H1.HeaderClassName
{
color: #2D173D;
}
.AnyTagClassName
{
color: #2D173D;
}
</style>
background-color css
<style>
a { background-color: #2D173D; }
a { background-color: rgb(45,23,61); }
div.DivClassName
{
background-color: #2D173D;
}
.BgClassName
{
background-color: #2D173D;
}
</style>
border-color css
<style>
span { border-color: #2D173D; }
span { border-color: rgb(45,23,61); }
td.TdClassName
{
border-color: #2D173D;
}
.TagClassName
{
border-color: #2D173D;
}
</style>