Shades of Blackcurrant #3C084D
Tints of Blackcurrant #3C084D
RGB
CMYK
RGB Variations
Color information
#3C084D (or 0x3C084D) is known color: Blackcurrant. HEX triplet: 3C, 08 and 4D. RGB value is (60,8,77). Sum of RGB (Red+Green+Blue) = 60+8+77=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C084D is #C3F7B2. Grayscale: #1F1F1F. Windows color (decimal): -12842931 or 5048380. OLE color: 5048380.
HSL color Cylindrical-coordinate representation of color #3C084D: hue angle of 285.22º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C084D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 8 | 77 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.70 |
| HSL | 285.22º | 0.81% | 0.17% | - |
| HSV(B) | 285.22º | 0.9% | 0.3% | - |
| XYZ | 3.29 | 1.67 | 7.17 | - |
| YUV | 31.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 77 | 0.22 | 0.90 | 0 | 0.70 | 285.22 | 0.81 | 0.17 |
| Hex | 3C | 8 | 4D | 16 | 5A | 0 | 46 | 11D | 51 | 11 |
| Octal | 74 | 10 | 115 | 26 | 132 | 0 | 106 | 435 | 121 | 21 |
| Binary | 111100 | 1000 | 1001101 | 10110 | 1011010 | 0 | 1000110 | 100011101 | 1010001 | 10001 |
Color Harmonies of #3C084D
Complementary color
Monochromatic Colors of #3C084D
Black with #3C084D
Text Example
Text Example
White with #3C084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C084D; }
p { color: rgb(60,8,77); }
H1.HeaderClassName
{
color: #3C084D;
}
.AnyTagClassName
{
color: #3C084D;
}
</style>
background-color css
<style>
a { background-color: #3C084D; }
a { background-color: rgb(60,8,77); }
div.DivClassName
{
background-color: #3C084D;
}
.BgClassName
{
background-color: #3C084D;
}
</style>
border-color css
<style>
span { border-color: #3C084D; }
span { border-color: rgb(60,8,77); }
td.TdClassName
{
border-color: #3C084D;
}
.TagClassName
{
border-color: #3C084D;
}
</style>