Shades of Blackcurrant #3C0048
Tints of Blackcurrant #3C0048
RGB
CMYK
RGB Variations
Color information
#3C0048 (or 0x3C0048) is known color: Blackcurrant. HEX triplet: 3C, 00 and 48. RGB value is (60,0,72). Sum of RGB (Red+Green+Blue) = 60+0+72=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C0048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0048 is #C3FFB7. Grayscale: #191919. Windows color (decimal): -12844984 or 4718652. OLE color: 4718652.
HSL color Cylindrical-coordinate representation of color #3C0048: hue angle of 290º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0048 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 0 | 72 | - |
| CMYK | 0.17 | 1 | 0 | 0.72 |
| HSL | 290º | 1% | 0.14% | - |
| HSV(B) | 290º | 1% | 0.28% | - |
| XYZ | 3.03 | 1.43 | 6.25 | - |
| YUV | 26.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 72 | 0.17 | 1 | 0 | 0.72 | 290 | 1 | 0.14 |
| Hex | 3C | 0 | 48 | 11 | 64 | 0 | 48 | 122 | 64 | E |
| Octal | 74 | 0 | 110 | 21 | 144 | 0 | 110 | 442 | 144 | 16 |
| Binary | 111100 | 0 | 1001000 | 10001 | 1100100 | 0 | 1001000 | 100100010 | 1100100 | 1110 |
Color Harmonies of #3C0048
Complementary color
Monochromatic Colors of #3C0048
Black with #3C0048
Text Example
Text Example
White with #3C0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0048; }
p { color: rgb(60,0,72); }
H1.HeaderClassName
{
color: #3C0048;
}
.AnyTagClassName
{
color: #3C0048;
}
</style>
background-color css
<style>
a { background-color: #3C0048; }
a { background-color: rgb(60,0,72); }
div.DivClassName
{
background-color: #3C0048;
}
.BgClassName
{
background-color: #3C0048;
}
</style>
border-color css
<style>
span { border-color: #3C0048; }
span { border-color: rgb(60,0,72); }
td.TdClassName
{
border-color: #3C0048;
}
.TagClassName
{
border-color: #3C0048;
}
</style>