Shades of Blackcurrant #3C134D
Tints of Blackcurrant #3C134D
RGB
CMYK
RGB Variations
Color information
#3C134D (or 0x3C134D) is known color: Blackcurrant. HEX triplet: 3C, 13 and 4D. RGB value is (60,19,77). Sum of RGB (Red+Green+Blue) = 60+19+77=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C134D is #C3ECB2. Grayscale: #252525. Windows color (decimal): -12840115 or 5051196. OLE color: 5051196.
HSL color Cylindrical-coordinate representation of color #3C134D: hue angle of 282.41º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C134D is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 19 | 77 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.70 |
| HSL | 282.41º | 0.6% | 0.19% | - |
| HSV(B) | 282.41º | 0.75% | 0.3% | - |
| XYZ | 3.44 | 1.96 | 7.22 | - |
| YUV | 37.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 77 | 0.22 | 0.75 | 0 | 0.70 | 282.41 | 0.6 | 0.19 |
| Hex | 3C | 13 | 4D | 16 | 4B | 0 | 46 | 11A | 3C | 13 |
| Octal | 74 | 23 | 115 | 26 | 113 | 0 | 106 | 432 | 74 | 23 |
| Binary | 111100 | 10011 | 1001101 | 10110 | 1001011 | 0 | 1000110 | 100011010 | 111100 | 10011 |
Color Harmonies of #3C134D
Complementary color
Monochromatic Colors of #3C134D
Black with #3C134D
Text Example
Text Example
White with #3C134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C134D; }
p { color: rgb(60,19,77); }
H1.HeaderClassName
{
color: #3C134D;
}
.AnyTagClassName
{
color: #3C134D;
}
</style>
background-color css
<style>
a { background-color: #3C134D; }
a { background-color: rgb(60,19,77); }
div.DivClassName
{
background-color: #3C134D;
}
.BgClassName
{
background-color: #3C134D;
}
</style>
border-color css
<style>
span { border-color: #3C134D; }
span { border-color: rgb(60,19,77); }
td.TdClassName
{
border-color: #3C134D;
}
.TagClassName
{
border-color: #3C134D;
}
</style>