Shades of Blackcurrant #3C014D
Tints of Blackcurrant #3C014D
RGB
CMYK
RGB Variations
Color information
#3C014D (or 0x3C014D) is known color: Blackcurrant. HEX triplet: 3C, 01 and 4D. RGB value is (60,1,77). Sum of RGB (Red+Green+Blue) = 60+1+77=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C014D is #C3FEB2. Grayscale: #1B1B1B. Windows color (decimal): -12844723 or 5046588. OLE color: 5046588.
HSL color Cylindrical-coordinate representation of color #3C014D: hue angle of 286.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C014D is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 1 | 77 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.70 |
| HSL | 286.58º | 0.97% | 0.15% | - |
| HSV(B) | 286.58º | 0.99% | 0.3% | - |
| XYZ | 3.21 | 1.52 | 7.14 | - |
| YUV | 27.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 77 | 0.22 | 0.99 | 0 | 0.70 | 286.58 | 0.97 | 0.15 |
| Hex | 3C | 1 | 4D | 16 | 63 | 0 | 46 | 11F | 61 | F |
| Octal | 74 | 1 | 115 | 26 | 143 | 0 | 106 | 437 | 141 | 17 |
| Binary | 111100 | 1 | 1001101 | 10110 | 1100011 | 0 | 1000110 | 100011111 | 1100001 | 1111 |
Color Harmonies of #3C014D
Complementary color
Monochromatic Colors of #3C014D
Black with #3C014D
Text Example
Text Example
White with #3C014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C014D; }
p { color: rgb(60,1,77); }
H1.HeaderClassName
{
color: #3C014D;
}
.AnyTagClassName
{
color: #3C014D;
}
</style>
background-color css
<style>
a { background-color: #3C014D; }
a { background-color: rgb(60,1,77); }
div.DivClassName
{
background-color: #3C014D;
}
.BgClassName
{
background-color: #3C014D;
}
</style>
border-color css
<style>
span { border-color: #3C014D; }
span { border-color: rgb(60,1,77); }
td.TdClassName
{
border-color: #3C014D;
}
.TagClassName
{
border-color: #3C014D;
}
</style>