Shades of Blackcurrant #2D063D
Tints of Blackcurrant #2D063D
RGB
CMYK
RGB Variations
Color information
#2D063D (or 0x2D063D) is known color: Blackcurrant. HEX triplet: 2D, 06 and 3D. RGB value is (45,6,61). Sum of RGB (Red+Green+Blue) = 45+6+61=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D063D is #D2F9C2. Grayscale: #171717. Windows color (decimal): -13826499 or 3999277. OLE color: 3999277.
HSL color Cylindrical-coordinate representation of color #2D063D: hue angle of 282.55º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D063D is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 6 | 61 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.76 |
| HSL | 282.55º | 0.82% | 0.13% | - |
| HSV(B) | 282.55º | 0.9% | 0.24% | - |
| XYZ | 1.99 | 1.03 | 4.51 | - |
| YUV | 23.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 61 | 0.26 | 0.90 | 0 | 0.76 | 282.55 | 0.82 | 0.13 |
| Hex | 2D | 6 | 3D | 1A | 5A | 0 | 4C | 11B | 52 | D |
| Octal | 55 | 6 | 75 | 32 | 132 | 0 | 114 | 433 | 122 | 15 |
| Binary | 101101 | 110 | 111101 | 11010 | 1011010 | 0 | 1001100 | 100011011 | 1010010 | 1101 |
Color Harmonies of #2D063D
Complementary color
Monochromatic Colors of #2D063D
Black with #2D063D
Text Example
Text Example
White with #2D063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D063D; }
p { color: rgb(45,6,61); }
H1.HeaderClassName
{
color: #2D063D;
}
.AnyTagClassName
{
color: #2D063D;
}
</style>
background-color css
<style>
a { background-color: #2D063D; }
a { background-color: rgb(45,6,61); }
div.DivClassName
{
background-color: #2D063D;
}
.BgClassName
{
background-color: #2D063D;
}
</style>
border-color css
<style>
span { border-color: #2D063D; }
span { border-color: rgb(45,6,61); }
td.TdClassName
{
border-color: #2D063D;
}
.TagClassName
{
border-color: #2D063D;
}
</style>