Shades of Blackcurrant #3C094D
Tints of Blackcurrant #3C094D
RGB
CMYK
RGB Variations
Color information
#3C094D (or 0x3C094D) is known color: Blackcurrant. HEX triplet: 3C, 09 and 4D. RGB value is (60,9,77). Sum of RGB (Red+Green+Blue) = 60+9+77=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C094D is #C3F6B2. Grayscale: #1F1F1F. Windows color (decimal): -12842675 or 5048636. OLE color: 5048636.
HSL color Cylindrical-coordinate representation of color #3C094D: hue angle of 285º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C094D is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 9 | 77 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.70 |
| HSL | 285º | 0.79% | 0.17% | - |
| HSV(B) | 285º | 0.88% | 0.3% | - |
| XYZ | 3.3 | 1.69 | 7.17 | - |
| YUV | 32 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 77 | 0.22 | 0.88 | 0 | 0.70 | 285 | 0.79 | 0.17 |
| Hex | 3C | 9 | 4D | 16 | 58 | 0 | 46 | 11D | 4F | 11 |
| Octal | 74 | 11 | 115 | 26 | 130 | 0 | 106 | 435 | 117 | 21 |
| Binary | 111100 | 1001 | 1001101 | 10110 | 1011000 | 0 | 1000110 | 100011101 | 1001111 | 10001 |
Color Harmonies of #3C094D
Complementary color
Monochromatic Colors of #3C094D
Black with #3C094D
Text Example
Text Example
White with #3C094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C094D; }
p { color: rgb(60,9,77); }
H1.HeaderClassName
{
color: #3C094D;
}
.AnyTagClassName
{
color: #3C094D;
}
</style>
background-color css
<style>
a { background-color: #3C094D; }
a { background-color: rgb(60,9,77); }
div.DivClassName
{
background-color: #3C094D;
}
.BgClassName
{
background-color: #3C094D;
}
</style>
border-color css
<style>
span { border-color: #3C094D; }
span { border-color: rgb(60,9,77); }
td.TdClassName
{
border-color: #3C094D;
}
.TagClassName
{
border-color: #3C094D;
}
</style>