Shades of Blackcurrant #3D034E
Tints of Blackcurrant #3D034E
RGB
CMYK
RGB Variations
Color information
#3D034E (or 0x3D034E) is known color: Blackcurrant. HEX triplet: 3D, 03 and 4E. RGB value is (61,3,78). Sum of RGB (Red+Green+Blue) = 61+3+78=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 78 (30.86% from 255 or 54.93% from 142); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D034E is #C2FCB1. Grayscale: #1C1C1C. Windows color (decimal): -12778674 or 5112637. OLE color: 5112637.
HSL color Cylindrical-coordinate representation of color #3D034E: hue angle of 286.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D034E is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 3 | 78 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.69 |
| HSL | 286.4º | 0.93% | 0.16% | - |
| HSV(B) | 286.4º | 0.96% | 0.31% | - |
| XYZ | 3.33 | 1.61 | 7.34 | - |
| YUV | 28.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 78 | 0.22 | 0.96 | 0 | 0.69 | 286.4 | 0.93 | 0.16 |
| Hex | 3D | 3 | 4E | 16 | 60 | 0 | 45 | 11E | 5D | 10 |
| Octal | 75 | 3 | 116 | 26 | 140 | 0 | 105 | 436 | 135 | 20 |
| Binary | 111101 | 11 | 1001110 | 10110 | 1100000 | 0 | 1000101 | 100011110 | 1011101 | 10000 |
Color Harmonies of #3D034E
Complementary color
Monochromatic Colors of #3D034E
Black with #3D034E
Text Example
Text Example
White with #3D034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D034E; }
p { color: rgb(61,3,78); }
H1.HeaderClassName
{
color: #3D034E;
}
.AnyTagClassName
{
color: #3D034E;
}
</style>
background-color css
<style>
a { background-color: #3D034E; }
a { background-color: rgb(61,3,78); }
div.DivClassName
{
background-color: #3D034E;
}
.BgClassName
{
background-color: #3D034E;
}
</style>
border-color css
<style>
span { border-color: #3D034E; }
span { border-color: rgb(61,3,78); }
td.TdClassName
{
border-color: #3D034E;
}
.TagClassName
{
border-color: #3D034E;
}
</style>