Shades of Blackcurrant #3C034C
Tints of Blackcurrant #3C034C
RGB
CMYK
RGB Variations
Color information
#3C034C (or 0x3C034C) is known color: Blackcurrant. HEX triplet: 3C, 03 and 4C. RGB value is (60,3,76). Sum of RGB (Red+Green+Blue) = 60+3+76=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C034C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C034C is #C3FCB3. Grayscale: #1C1C1C. Windows color (decimal): -12844212 or 4981564. OLE color: 4981564.
HSL color Cylindrical-coordinate representation of color #3C034C: hue angle of 286.85º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C034C is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 3 | 76 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.70 |
| HSL | 286.85º | 0.92% | 0.15% | - |
| HSV(B) | 286.85º | 0.96% | 0.3% | - |
| XYZ | 3.2 | 1.55 | 6.97 | - |
| YUV | 28.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 76 | 0.21 | 0.96 | 0 | 0.70 | 286.85 | 0.92 | 0.15 |
| Hex | 3C | 3 | 4C | 15 | 60 | 0 | 46 | 11F | 5C | F |
| Octal | 74 | 3 | 114 | 25 | 140 | 0 | 106 | 437 | 134 | 17 |
| Binary | 111100 | 11 | 1001100 | 10101 | 1100000 | 0 | 1000110 | 100011111 | 1011100 | 1111 |
Color Harmonies of #3C034C
Complementary color
Monochromatic Colors of #3C034C
Black with #3C034C
Text Example
Text Example
White with #3C034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C034C; }
p { color: rgb(60,3,76); }
H1.HeaderClassName
{
color: #3C034C;
}
.AnyTagClassName
{
color: #3C034C;
}
</style>
background-color css
<style>
a { background-color: #3C034C; }
a { background-color: rgb(60,3,76); }
div.DivClassName
{
background-color: #3C034C;
}
.BgClassName
{
background-color: #3C034C;
}
</style>
border-color css
<style>
span { border-color: #3C034C; }
span { border-color: rgb(60,3,76); }
td.TdClassName
{
border-color: #3C034C;
}
.TagClassName
{
border-color: #3C034C;
}
</style>