Shades of Blackcurrant #3D004F
Tints of Blackcurrant #3D004F
RGB
CMYK
RGB Variations
Color information
#3D004F (or 0x3D004F) is known color: Blackcurrant. HEX triplet: 3D, 00 and 4F. RGB value is (61,0,79). Sum of RGB (Red+Green+Blue) = 61+0+79=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D004F is #C2FFB0. Grayscale: #1A1A1A. Windows color (decimal): -12779441 or 5177405. OLE color: 5177405.
HSL color Cylindrical-coordinate representation of color #3D004F: hue angle of 286.33º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D004F is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 0 | 79 | - |
| CMYK | 0.23 | 1 | 0 | 0.69 |
| HSL | 286.33º | 1% | 0.15% | - |
| HSV(B) | 286.33º | 1% | 0.31% | - |
| XYZ | 3.34 | 1.56 | 7.52 | - |
| YUV | 27.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 79 | 0.23 | 1 | 0 | 0.69 | 286.33 | 1 | 0.15 |
| Hex | 3D | 0 | 4F | 17 | 64 | 0 | 45 | 11E | 64 | F |
| Octal | 75 | 0 | 117 | 27 | 144 | 0 | 105 | 436 | 144 | 17 |
| Binary | 111101 | 0 | 1001111 | 10111 | 1100100 | 0 | 1000101 | 100011110 | 1100100 | 1111 |
Color Harmonies of #3D004F
Complementary color
Monochromatic Colors of #3D004F
Black with #3D004F
Text Example
Text Example
White with #3D004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D004F; }
p { color: rgb(61,0,79); }
H1.HeaderClassName
{
color: #3D004F;
}
.AnyTagClassName
{
color: #3D004F;
}
</style>
background-color css
<style>
a { background-color: #3D004F; }
a { background-color: rgb(61,0,79); }
div.DivClassName
{
background-color: #3D004F;
}
.BgClassName
{
background-color: #3D004F;
}
</style>
border-color css
<style>
span { border-color: #3D004F; }
span { border-color: rgb(61,0,79); }
td.TdClassName
{
border-color: #3D004F;
}
.TagClassName
{
border-color: #3D004F;
}
</style>