Shades of Blackcurrant #3C0647
Tints of Blackcurrant #3C0647
RGB
CMYK
RGB Variations
Color information
#3C0647 (or 0x3C0647) is known color: Blackcurrant. HEX triplet: 3C, 06 and 47. RGB value is (60,6,71). Sum of RGB (Red+Green+Blue) = 60+6+71=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C0647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0647 is #C3F9B8. Grayscale: #1D1D1D. Windows color (decimal): -12843449 or 4654652. OLE color: 4654652.
HSL color Cylindrical-coordinate representation of color #3C0647: hue angle of 289.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0647 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 6 | 71 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.72 |
| HSL | 289.85º | 0.84% | 0.15% | - |
| HSV(B) | 289.85º | 0.92% | 0.28% | - |
| XYZ | 3.07 | 1.55 | 6.1 | - |
| YUV | 29.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 71 | 0.15 | 0.92 | 0 | 0.72 | 289.85 | 0.84 | 0.15 |
| Hex | 3C | 6 | 47 | F | 5C | 0 | 48 | 122 | 54 | F |
| Octal | 74 | 6 | 107 | 17 | 134 | 0 | 110 | 442 | 124 | 17 |
| Binary | 111100 | 110 | 1000111 | 1111 | 1011100 | 0 | 1001000 | 100100010 | 1010100 | 1111 |
Color Harmonies of #3C0647
Complementary color
Monochromatic Colors of #3C0647
Black with #3C0647
Text Example
Text Example
White with #3C0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0647; }
p { color: rgb(60,6,71); }
H1.HeaderClassName
{
color: #3C0647;
}
.AnyTagClassName
{
color: #3C0647;
}
</style>
background-color css
<style>
a { background-color: #3C0647; }
a { background-color: rgb(60,6,71); }
div.DivClassName
{
background-color: #3C0647;
}
.BgClassName
{
background-color: #3C0647;
}
</style>
border-color css
<style>
span { border-color: #3C0647; }
span { border-color: rgb(60,6,71); }
td.TdClassName
{
border-color: #3C0647;
}
.TagClassName
{
border-color: #3C0647;
}
</style>