Shades of Blackcurrant #2D203B
Tints of Blackcurrant #2D203B
RGB
CMYK
RGB Variations
Color information
#2D203B (or 0x2D203B) is known color: Blackcurrant. HEX triplet: 2D, 20 and 3B. RGB value is (45,32,59). Sum of RGB (Red+Green+Blue) = 45+32+59=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D203B is #D2DFC4. Grayscale: #262626. Windows color (decimal): -13819845 or 3874861. OLE color: 3874861.
HSL color Cylindrical-coordinate representation of color #2D203B: hue angle of 268.89º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D203B is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 32 | 59 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.77 |
| HSL | 268.89º | 0.3% | 0.18% | - |
| HSV(B) | 268.89º | 0.46% | 0.23% | - |
| XYZ | 2.39 | 1.91 | 4.38 | - |
| YUV | 38.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 59 | 0.24 | 0.46 | 0 | 0.77 | 268.89 | 0.3 | 0.18 |
| Hex | 2D | 20 | 3B | 18 | 2E | 0 | 4D | 10D | 1E | 12 |
| Octal | 55 | 40 | 73 | 30 | 56 | 0 | 115 | 415 | 36 | 22 |
| Binary | 101101 | 100000 | 111011 | 11000 | 101110 | 0 | 1001101 | 100001101 | 11110 | 10010 |
Color Harmonies of #2D203B
Complementary color
Monochromatic Colors of #2D203B
Black with #2D203B
Text Example
Text Example
White with #2D203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D203B; }
p { color: rgb(45,32,59); }
H1.HeaderClassName
{
color: #2D203B;
}
.AnyTagClassName
{
color: #2D203B;
}
</style>
background-color css
<style>
a { background-color: #2D203B; }
a { background-color: rgb(45,32,59); }
div.DivClassName
{
background-color: #2D203B;
}
.BgClassName
{
background-color: #2D203B;
}
</style>
border-color css
<style>
span { border-color: #2D203B; }
span { border-color: rgb(45,32,59); }
td.TdClassName
{
border-color: #2D203B;
}
.TagClassName
{
border-color: #2D203B;
}
</style>