Shades of Blackcurrant #3D004B
Tints of Blackcurrant #3D004B
RGB
CMYK
RGB Variations
Color information
#3D004B (or 0x3D004B) is known color: Blackcurrant. HEX triplet: 3D, 00 and 4B. RGB value is (61,0,75). Sum of RGB (Red+Green+Blue) = 61+0+75=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D004B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D004B is #C2FFB4. Grayscale: #1A1A1A. Windows color (decimal): -12779445 or 4915261. OLE color: 4915261.
HSL color Cylindrical-coordinate representation of color #3D004B: hue angle of 288.8º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D004B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 0 | 75 | - |
| CMYK | 0.19 | 1 | 0 | 0.71 |
| HSL | 288.8º | 1% | 0.15% | - |
| HSV(B) | 288.8º | 1% | 0.29% | - |
| XYZ | 3.19 | 1.5 | 6.78 | - |
| YUV | 26.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 0 | 75 | 0.19 | 1 | 0 | 0.71 | 288.8 | 1 | 0.15 |
| Hex | 3D | 0 | 4B | 13 | 64 | 0 | 47 | 121 | 64 | F |
| Octal | 75 | 0 | 113 | 23 | 144 | 0 | 107 | 441 | 144 | 17 |
| Binary | 111101 | 0 | 1001011 | 10011 | 1100100 | 0 | 1000111 | 100100001 | 1100100 | 1111 |
Color Harmonies of #3D004B
Complementary color
Monochromatic Colors of #3D004B
Black with #3D004B
Text Example
Text Example
White with #3D004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D004B; }
p { color: rgb(61,0,75); }
H1.HeaderClassName
{
color: #3D004B;
}
.AnyTagClassName
{
color: #3D004B;
}
</style>
background-color css
<style>
a { background-color: #3D004B; }
a { background-color: rgb(61,0,75); }
div.DivClassName
{
background-color: #3D004B;
}
.BgClassName
{
background-color: #3D004B;
}
</style>
border-color css
<style>
span { border-color: #3D004B; }
span { border-color: rgb(61,0,75); }
td.TdClassName
{
border-color: #3D004B;
}
.TagClassName
{
border-color: #3D004B;
}
</style>