Shades of Blackcurrant #3D064D
Tints of Blackcurrant #3D064D
RGB
CMYK
RGB Variations
Color information
#3D064D (or 0x3D064D) is known color: Blackcurrant. HEX triplet: 3D, 06 and 4D. RGB value is (61,6,77). Sum of RGB (Red+Green+Blue) = 61+6+77=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D064D is #C2F9B2. Grayscale: #1E1E1E. Windows color (decimal): -12777907 or 5047869. OLE color: 5047869.
HSL color Cylindrical-coordinate representation of color #3D064D: hue angle of 286.48º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D064D is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 6 | 77 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.70 |
| HSL | 286.48º | 0.86% | 0.16% | - |
| HSV(B) | 286.48º | 0.92% | 0.3% | - |
| XYZ | 3.33 | 1.66 | 7.17 | - |
| YUV | 30.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 77 | 0.21 | 0.92 | 0 | 0.70 | 286.48 | 0.86 | 0.16 |
| Hex | 3D | 6 | 4D | 15 | 5C | 0 | 46 | 11E | 56 | 10 |
| Octal | 75 | 6 | 115 | 25 | 134 | 0 | 106 | 436 | 126 | 20 |
| Binary | 111101 | 110 | 1001101 | 10101 | 1011100 | 0 | 1000110 | 100011110 | 1010110 | 10000 |
Color Harmonies of #3D064D
Complementary color
Monochromatic Colors of #3D064D
Black with #3D064D
Text Example
Text Example
White with #3D064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D064D; }
p { color: rgb(61,6,77); }
H1.HeaderClassName
{
color: #3D064D;
}
.AnyTagClassName
{
color: #3D064D;
}
</style>
background-color css
<style>
a { background-color: #3D064D; }
a { background-color: rgb(61,6,77); }
div.DivClassName
{
background-color: #3D064D;
}
.BgClassName
{
background-color: #3D064D;
}
</style>
border-color css
<style>
span { border-color: #3D064D; }
span { border-color: rgb(61,6,77); }
td.TdClassName
{
border-color: #3D064D;
}
.TagClassName
{
border-color: #3D064D;
}
</style>