Shades of Blackcurrant #3D0356
Tints of Blackcurrant #3D0356
RGB
CMYK
RGB Variations
Color information
#3D0356 (or 0x3D0356) is known color: Blackcurrant. HEX triplet: 3D, 03 and 56. RGB value is (61,3,86). Sum of RGB (Red+Green+Blue) = 61+3+86=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D0356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0356 is #C2FCA9. Grayscale: #1D1D1D. Windows color (decimal): -12778666 or 5636925. OLE color: 5636925.
HSL color Cylindrical-coordinate representation of color #3D0356: hue angle of 281.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0356 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 3 | 86 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.66 |
| HSL | 281.93º | 0.93% | 0.17% | - |
| HSV(B) | 281.93º | 0.97% | 0.34% | - |
| XYZ | 3.64 | 1.73 | 8.95 | - |
| YUV | 29.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 86 | 0.29 | 0.97 | 0 | 0.66 | 281.93 | 0.93 | 0.17 |
| Hex | 3D | 3 | 56 | 1D | 61 | 0 | 42 | 11A | 5D | 11 |
| Octal | 75 | 3 | 126 | 35 | 141 | 0 | 102 | 432 | 135 | 21 |
| Binary | 111101 | 11 | 1010110 | 11101 | 1100001 | 0 | 1000010 | 100011010 | 1011101 | 10001 |
Color Harmonies of #3D0356
Complementary color
Monochromatic Colors of #3D0356
Black with #3D0356
Text Example
Text Example
White with #3D0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0356; }
p { color: rgb(61,3,86); }
H1.HeaderClassName
{
color: #3D0356;
}
.AnyTagClassName
{
color: #3D0356;
}
</style>
background-color css
<style>
a { background-color: #3D0356; }
a { background-color: rgb(61,3,86); }
div.DivClassName
{
background-color: #3D0356;
}
.BgClassName
{
background-color: #3D0356;
}
</style>
border-color css
<style>
span { border-color: #3D0356; }
span { border-color: rgb(61,3,86); }
td.TdClassName
{
border-color: #3D0356;
}
.TagClassName
{
border-color: #3D0356;
}
</style>