Shades of Blackcurrant #3D034D
Tints of Blackcurrant #3D034D
RGB
CMYK
RGB Variations
Color information
#3D034D (or 0x3D034D) is known color: Blackcurrant. HEX triplet: 3D, 03 and 4D. RGB value is (61,3,77). Sum of RGB (Red+Green+Blue) = 61+3+77=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D034D is #C2FCB2. Grayscale: #1C1C1C. Windows color (decimal): -12778675 or 5047101. OLE color: 5047101.
HSL color Cylindrical-coordinate representation of color #3D034D: hue angle of 287.03º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D034D is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 3 | 77 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.70 |
| HSL | 287.03º | 0.93% | 0.16% | - |
| HSV(B) | 287.03º | 0.96% | 0.3% | - |
| XYZ | 3.3 | 1.59 | 7.15 | - |
| YUV | 28.78 | 155.22 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 77 | 0.21 | 0.96 | 0 | 0.70 | 287.03 | 0.93 | 0.16 |
| Hex | 3D | 3 | 4D | 15 | 60 | 0 | 46 | 11F | 5C | 10 |
| Octal | 75 | 3 | 115 | 25 | 140 | 0 | 106 | 437 | 134 | 20 |
| Binary | 111101 | 11 | 1001101 | 10101 | 1100000 | 0 | 1000110 | 100011111 | 1011100 | 10000 |
Color Harmonies of #3D034D
Complementary color
Monochromatic Colors of #3D034D
Black with #3D034D
Text Example
Text Example
White with #3D034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D034D; }
p { color: rgb(61,3,77); }
H1.HeaderClassName
{
color: #3D034D;
}
.AnyTagClassName
{
color: #3D034D;
}
</style>
background-color css
<style>
a { background-color: #3D034D; }
a { background-color: rgb(61,3,77); }
div.DivClassName
{
background-color: #3D034D;
}
.BgClassName
{
background-color: #3D034D;
}
</style>
border-color css
<style>
span { border-color: #3D034D; }
span { border-color: rgb(61,3,77); }
td.TdClassName
{
border-color: #3D034D;
}
.TagClassName
{
border-color: #3D034D;
}
</style>