Shades of Blackcurrant #3C0543
Tints of Blackcurrant #3C0543
RGB
CMYK
RGB Variations
Color information
#3C0543 (or 0x3C0543) is known color: Blackcurrant. HEX triplet: 3C, 05 and 43. RGB value is (60,5,67). Sum of RGB (Red+Green+Blue) = 60+5+67=132 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.45% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C0543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0543 is #C3FABC. Grayscale: #1C1C1C. Windows color (decimal): -12843709 or 4392252. OLE color: 4392252.
HSL color Cylindrical-coordinate representation of color #3C0543: hue angle of 293.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0543 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 5 | 67 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.74 |
| HSL | 293.23º | 0.86% | 0.14% | - |
| HSV(B) | 293.23º | 0.93% | 0.26% | - |
| XYZ | 2.93 | 1.47 | 5.44 | - |
| YUV | 28.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 67 | 0.10 | 0.93 | 0 | 0.74 | 293.23 | 0.86 | 0.14 |
| Hex | 3C | 5 | 43 | A | 5D | 0 | 4A | 125 | 56 | E |
| Octal | 74 | 5 | 103 | 12 | 135 | 0 | 112 | 445 | 126 | 16 |
| Binary | 111100 | 101 | 1000011 | 1010 | 1011101 | 0 | 1001010 | 100100101 | 1010110 | 1110 |
Color Harmonies of #3C0543
Complementary color
Monochromatic Colors of #3C0543
Black with #3C0543
Text Example
Text Example
White with #3C0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0543; }
p { color: rgb(60,5,67); }
H1.HeaderClassName
{
color: #3C0543;
}
.AnyTagClassName
{
color: #3C0543;
}
</style>
background-color css
<style>
a { background-color: #3C0543; }
a { background-color: rgb(60,5,67); }
div.DivClassName
{
background-color: #3C0543;
}
.BgClassName
{
background-color: #3C0543;
}
</style>
border-color css
<style>
span { border-color: #3C0543; }
span { border-color: rgb(60,5,67); }
td.TdClassName
{
border-color: #3C0543;
}
.TagClassName
{
border-color: #3C0543;
}
</style>