Shades of Blackcurrant #3D0555
Tints of Blackcurrant #3D0555
RGB
CMYK
RGB Variations
Color information
#3D0555 (or 0x3D0555) is known color: Blackcurrant. HEX triplet: 3D, 05 and 55. RGB value is (61,5,85). Sum of RGB (Red+Green+Blue) = 61+5+85=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D0555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0555 is #C2FAAA. Grayscale: #1E1E1E. Windows color (decimal): -12778155 or 5571901. OLE color: 5571901.
HSL color Cylindrical-coordinate representation of color #3D0555: hue angle of 282º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0555 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 5 | 85 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.67 |
| HSL | 282º | 0.89% | 0.18% | - |
| HSV(B) | 282º | 0.94% | 0.33% | - |
| XYZ | 3.62 | 1.76 | 8.74 | - |
| YUV | 30.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 5 | 85 | 0.28 | 0.94 | 0 | 0.67 | 282 | 0.89 | 0.18 |
| Hex | 3D | 5 | 55 | 1C | 5E | 0 | 43 | 11A | 59 | 12 |
| Octal | 75 | 5 | 125 | 34 | 136 | 0 | 103 | 432 | 131 | 22 |
| Binary | 111101 | 101 | 1010101 | 11100 | 1011110 | 0 | 1000011 | 100011010 | 1011001 | 10010 |
Color Harmonies of #3D0555
Complementary color
Monochromatic Colors of #3D0555
Black with #3D0555
Text Example
Text Example
White with #3D0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0555; }
p { color: rgb(61,5,85); }
H1.HeaderClassName
{
color: #3D0555;
}
.AnyTagClassName
{
color: #3D0555;
}
</style>
background-color css
<style>
a { background-color: #3D0555; }
a { background-color: rgb(61,5,85); }
div.DivClassName
{
background-color: #3D0555;
}
.BgClassName
{
background-color: #3D0555;
}
</style>
border-color css
<style>
span { border-color: #3D0555; }
span { border-color: rgb(61,5,85); }
td.TdClassName
{
border-color: #3D0555;
}
.TagClassName
{
border-color: #3D0555;
}
</style>