Shades of Blackcurrant #3D014D
Tints of Blackcurrant #3D014D
RGB
CMYK
RGB Variations
Color information
#3D014D (or 0x3D014D) is known color: Blackcurrant. HEX triplet: 3D, 01 and 4D. RGB value is (61,1,77). Sum of RGB (Red+Green+Blue) = 61+1+77=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D014D is #C2FEB2. Grayscale: #1B1B1B. Windows color (decimal): -12779187 or 5046589. OLE color: 5046589.
HSL color Cylindrical-coordinate representation of color #3D014D: hue angle of 287.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D014D is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 1 | 77 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.70 |
| HSL | 287.37º | 0.97% | 0.15% | - |
| HSV(B) | 287.37º | 0.99% | 0.3% | - |
| XYZ | 3.27 | 1.55 | 7.15 | - |
| YUV | 27.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 77 | 0.21 | 0.99 | 0 | 0.70 | 287.37 | 0.97 | 0.15 |
| Hex | 3D | 1 | 4D | 15 | 63 | 0 | 46 | 11F | 61 | F |
| Octal | 75 | 1 | 115 | 25 | 143 | 0 | 106 | 437 | 141 | 17 |
| Binary | 111101 | 1 | 1001101 | 10101 | 1100011 | 0 | 1000110 | 100011111 | 1100001 | 1111 |
Color Harmonies of #3D014D
Complementary color
Monochromatic Colors of #3D014D
Black with #3D014D
Text Example
Text Example
White with #3D014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D014D; }
p { color: rgb(61,1,77); }
H1.HeaderClassName
{
color: #3D014D;
}
.AnyTagClassName
{
color: #3D014D;
}
</style>
background-color css
<style>
a { background-color: #3D014D; }
a { background-color: rgb(61,1,77); }
div.DivClassName
{
background-color: #3D014D;
}
.BgClassName
{
background-color: #3D014D;
}
</style>
border-color css
<style>
span { border-color: #3D014D; }
span { border-color: rgb(61,1,77); }
td.TdClassName
{
border-color: #3D014D;
}
.TagClassName
{
border-color: #3D014D;
}
</style>