Shades of Blackcurrant #2D053D
Tints of Blackcurrant #2D053D
RGB
CMYK
RGB Variations
Color information
#2D053D (or 0x2D053D) is known color: Blackcurrant. HEX triplet: 2D, 05 and 3D. RGB value is (45,5,61). Sum of RGB (Red+Green+Blue) = 45+5+61=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D053D is #D2FAC2. Grayscale: #171717. Windows color (decimal): -13826755 or 3999021. OLE color: 3999021.
HSL color Cylindrical-coordinate representation of color #2D053D: hue angle of 282.86º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D053D is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 5 | 61 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.76 |
| HSL | 282.86º | 0.85% | 0.13% | - |
| HSV(B) | 282.86º | 0.92% | 0.24% | - |
| XYZ | 1.98 | 1 | 4.5 | - |
| YUV | 23.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 61 | 0.26 | 0.92 | 0 | 0.76 | 282.86 | 0.85 | 0.13 |
| Hex | 2D | 5 | 3D | 1A | 5C | 0 | 4C | 11B | 55 | D |
| Octal | 55 | 5 | 75 | 32 | 134 | 0 | 114 | 433 | 125 | 15 |
| Binary | 101101 | 101 | 111101 | 11010 | 1011100 | 0 | 1001100 | 100011011 | 1010101 | 1101 |
Color Harmonies of #2D053D
Complementary color
Monochromatic Colors of #2D053D
Black with #2D053D
Text Example
Text Example
White with #2D053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D053D; }
p { color: rgb(45,5,61); }
H1.HeaderClassName
{
color: #2D053D;
}
.AnyTagClassName
{
color: #2D053D;
}
</style>
background-color css
<style>
a { background-color: #2D053D; }
a { background-color: rgb(45,5,61); }
div.DivClassName
{
background-color: #2D053D;
}
.BgClassName
{
background-color: #2D053D;
}
</style>
border-color css
<style>
span { border-color: #2D053D; }
span { border-color: rgb(45,5,61); }
td.TdClassName
{
border-color: #2D053D;
}
.TagClassName
{
border-color: #2D053D;
}
</style>