Shades of Blackcurrant #3D0E4C
Tints of Blackcurrant #3D0E4C
RGB
CMYK
RGB Variations
Color information
#3D0E4C (or 0x3D0E4C) is known color: Blackcurrant. HEX triplet: 3D, 0E and 4C. RGB value is (61,14,76). Sum of RGB (Red+Green+Blue) = 61+14+76=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D0E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0E4C is #C2F1B3. Grayscale: #222222. Windows color (decimal): -12775860 or 4984381. OLE color: 4984381.
HSL color Cylindrical-coordinate representation of color #3D0E4C: hue angle of 285.48º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D0E4C is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 14 | 76 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.70 |
| HSL | 285.48º | 0.69% | 0.18% | - |
| HSV(B) | 285.48º | 0.82% | 0.3% | - |
| XYZ | 3.39 | 1.83 | 7.01 | - |
| YUV | 35.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 14 | 76 | 0.20 | 0.82 | 0 | 0.70 | 285.48 | 0.69 | 0.18 |
| Hex | 3D | E | 4C | 14 | 52 | 0 | 46 | 11D | 45 | 12 |
| Octal | 75 | 16 | 114 | 24 | 122 | 0 | 106 | 435 | 105 | 22 |
| Binary | 111101 | 1110 | 1001100 | 10100 | 1010010 | 0 | 1000110 | 100011101 | 1000101 | 10010 |
Color Harmonies of #3D0E4C
Complementary color
Monochromatic Colors of #3D0E4C
Black with #3D0E4C
Text Example
Text Example
White with #3D0E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0E4C; }
p { color: rgb(61,14,76); }
H1.HeaderClassName
{
color: #3D0E4C;
}
.AnyTagClassName
{
color: #3D0E4C;
}
</style>
background-color css
<style>
a { background-color: #3D0E4C; }
a { background-color: rgb(61,14,76); }
div.DivClassName
{
background-color: #3D0E4C;
}
.BgClassName
{
background-color: #3D0E4C;
}
</style>
border-color css
<style>
span { border-color: #3D0E4C; }
span { border-color: rgb(61,14,76); }
td.TdClassName
{
border-color: #3D0E4C;
}
.TagClassName
{
border-color: #3D0E4C;
}
</style>