Shades of Blackcurrant #3D0355
Tints of Blackcurrant #3D0355
RGB
CMYK
RGB Variations
Color information
#3D0355 (or 0x3D0355) is known color: Blackcurrant. HEX triplet: 3D, 03 and 55. RGB value is (61,3,85). Sum of RGB (Red+Green+Blue) = 61+3+85=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #3D0355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0355 is #C2FCAA. Grayscale: #1D1D1D. Windows color (decimal): -12778667 or 5571389. OLE color: 5571389.
HSL color Cylindrical-coordinate representation of color #3D0355: hue angle of 282.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0355 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 3 | 85 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.67 |
| HSL | 282.44º | 0.93% | 0.17% | - |
| HSV(B) | 282.44º | 0.96% | 0.33% | - |
| XYZ | 3.6 | 1.71 | 8.74 | - |
| YUV | 29.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 85 | 0.28 | 0.96 | 0 | 0.67 | 282.44 | 0.93 | 0.17 |
| Hex | 3D | 3 | 55 | 1C | 60 | 0 | 43 | 11A | 5D | 11 |
| Octal | 75 | 3 | 125 | 34 | 140 | 0 | 103 | 432 | 135 | 21 |
| Binary | 111101 | 11 | 1010101 | 11100 | 1100000 | 0 | 1000011 | 100011010 | 1011101 | 10001 |
Color Harmonies of #3D0355
Complementary color
Monochromatic Colors of #3D0355
Black with #3D0355
Text Example
Text Example
White with #3D0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0355; }
p { color: rgb(61,3,85); }
H1.HeaderClassName
{
color: #3D0355;
}
.AnyTagClassName
{
color: #3D0355;
}
</style>
background-color css
<style>
a { background-color: #3D0355; }
a { background-color: rgb(61,3,85); }
div.DivClassName
{
background-color: #3D0355;
}
.BgClassName
{
background-color: #3D0355;
}
</style>
border-color css
<style>
span { border-color: #3D0355; }
span { border-color: rgb(61,3,85); }
td.TdClassName
{
border-color: #3D0355;
}
.TagClassName
{
border-color: #3D0355;
}
</style>