Shades of Blackcurrant #3D0B46
Tints of Blackcurrant #3D0B46
RGB
CMYK
RGB Variations
Color information
#3D0B46 (or 0x3D0B46) is known color: Blackcurrant. HEX triplet: 3D, 0B and 46. RGB value is (61,11,70). Sum of RGB (Red+Green+Blue) = 61+11+70=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D0B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0B46 is #C2F4B9. Grayscale: #202020. Windows color (decimal): -12776634 or 4590397. OLE color: 4590397.
HSL color Cylindrical-coordinate representation of color #3D0B46: hue angle of 290.85º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D0B46 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 11 | 70 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.73 |
| HSL | 290.85º | 0.73% | 0.16% | - |
| HSV(B) | 290.85º | 0.84% | 0.27% | - |
| XYZ | 3.15 | 1.67 | 5.95 | - |
| YUV | 32.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 70 | 0.13 | 0.84 | 0 | 0.73 | 290.85 | 0.73 | 0.16 |
| Hex | 3D | B | 46 | D | 54 | 0 | 49 | 123 | 49 | 10 |
| Octal | 75 | 13 | 106 | 15 | 124 | 0 | 111 | 443 | 111 | 20 |
| Binary | 111101 | 1011 | 1000110 | 1101 | 1010100 | 0 | 1001001 | 100100011 | 1001001 | 10000 |
Color Harmonies of #3D0B46
Complementary color
Monochromatic Colors of #3D0B46
Black with #3D0B46
Text Example
Text Example
White with #3D0B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B46; }
p { color: rgb(61,11,70); }
H1.HeaderClassName
{
color: #3D0B46;
}
.AnyTagClassName
{
color: #3D0B46;
}
</style>
background-color css
<style>
a { background-color: #3D0B46; }
a { background-color: rgb(61,11,70); }
div.DivClassName
{
background-color: #3D0B46;
}
.BgClassName
{
background-color: #3D0B46;
}
</style>
border-color css
<style>
span { border-color: #3D0B46; }
span { border-color: rgb(61,11,70); }
td.TdClassName
{
border-color: #3D0B46;
}
.TagClassName
{
border-color: #3D0B46;
}
</style>