Shades of Blackcurrant #3D0459
Tints of Blackcurrant #3D0459
RGB
CMYK
RGB Variations
Color information
#3D0459 (or 0x3D0459) is known color: Blackcurrant. HEX triplet: 3D, 04 and 59. RGB value is (61,4,89). Sum of RGB (Red+Green+Blue) = 61+4+89=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D0459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0459 is #C2FBA6. Grayscale: #1E1E1E. Windows color (decimal): -12778407 or 5833789. OLE color: 5833789.
HSL color Cylindrical-coordinate representation of color #3D0459: hue angle of 280.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D0459 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 4 | 89 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.65 |
| HSL | 280.24º | 0.91% | 0.18% | - |
| HSV(B) | 280.24º | 0.96% | 0.35% | - |
| XYZ | 3.77 | 1.8 | 9.6 | - |
| YUV | 30.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 4 | 89 | 0.31 | 0.96 | 0 | 0.65 | 280.24 | 0.91 | 0.18 |
| Hex | 3D | 4 | 59 | 1F | 60 | 0 | 41 | 118 | 5B | 12 |
| Octal | 75 | 4 | 131 | 37 | 140 | 0 | 101 | 430 | 133 | 22 |
| Binary | 111101 | 100 | 1011001 | 11111 | 1100000 | 0 | 1000001 | 100011000 | 1011011 | 10010 |
Color Harmonies of #3D0459
Complementary color
Monochromatic Colors of #3D0459
Black with #3D0459
Text Example
Text Example
White with #3D0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0459; }
p { color: rgb(61,4,89); }
H1.HeaderClassName
{
color: #3D0459;
}
.AnyTagClassName
{
color: #3D0459;
}
</style>
background-color css
<style>
a { background-color: #3D0459; }
a { background-color: rgb(61,4,89); }
div.DivClassName
{
background-color: #3D0459;
}
.BgClassName
{
background-color: #3D0459;
}
</style>
border-color css
<style>
span { border-color: #3D0459; }
span { border-color: rgb(61,4,89); }
td.TdClassName
{
border-color: #3D0459;
}
.TagClassName
{
border-color: #3D0459;
}
</style>