Shades of Blackcurrant #3C044F
Tints of Blackcurrant #3C044F
RGB
CMYK
RGB Variations
Color information
#3C044F (or 0x3C044F) is known color: Blackcurrant. HEX triplet: 3C, 04 and 4F. RGB value is (60,4,79). Sum of RGB (Red+Green+Blue) = 60+4+79=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C044F is #C3FBB0. Grayscale: #1D1D1D. Windows color (decimal): -12843953 or 5178428. OLE color: 5178428.
HSL color Cylindrical-coordinate representation of color #3C044F: hue angle of 284.8º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C044F is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 4 | 79 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.69 |
| HSL | 284.8º | 0.9% | 0.16% | - |
| HSV(B) | 284.8º | 0.95% | 0.31% | - |
| XYZ | 3.32 | 1.61 | 7.53 | - |
| YUV | 29.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 79 | 0.24 | 0.95 | 0 | 0.69 | 284.8 | 0.9 | 0.16 |
| Hex | 3C | 4 | 4F | 18 | 5F | 0 | 45 | 11D | 5A | 10 |
| Octal | 74 | 4 | 117 | 30 | 137 | 0 | 105 | 435 | 132 | 20 |
| Binary | 111100 | 100 | 1001111 | 11000 | 1011111 | 0 | 1000101 | 100011101 | 1011010 | 10000 |
Color Harmonies of #3C044F
Complementary color
Monochromatic Colors of #3C044F
Black with #3C044F
Text Example
Text Example
White with #3C044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C044F; }
p { color: rgb(60,4,79); }
H1.HeaderClassName
{
color: #3C044F;
}
.AnyTagClassName
{
color: #3C044F;
}
</style>
background-color css
<style>
a { background-color: #3C044F; }
a { background-color: rgb(60,4,79); }
div.DivClassName
{
background-color: #3C044F;
}
.BgClassName
{
background-color: #3C044F;
}
</style>
border-color css
<style>
span { border-color: #3C044F; }
span { border-color: rgb(60,4,79); }
td.TdClassName
{
border-color: #3C044F;
}
.TagClassName
{
border-color: #3C044F;
}
</style>