Shades of Blackcurrant #3C0E53
Tints of Blackcurrant #3C0E53
RGB
CMYK
RGB Variations
Color information
#3C0E53 (or 0x3C0E53) is known color: Blackcurrant. HEX triplet: 3C, 0E and 53. RGB value is (60,14,83). Sum of RGB (Red+Green+Blue) = 60+14+83=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C0E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0E53 is #C3F1AC. Grayscale: #232323. Windows color (decimal): -12841389 or 5443132. OLE color: 5443132.
HSL color Cylindrical-coordinate representation of color #3C0E53: hue angle of 280º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C0E53 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 14 | 83 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.67 |
| HSL | 280º | 0.71% | 0.19% | - |
| HSV(B) | 280º | 0.83% | 0.33% | - |
| XYZ | 3.58 | 1.9 | 8.36 | - |
| YUV | 35.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 83 | 0.28 | 0.83 | 0 | 0.67 | 280 | 0.71 | 0.19 |
| Hex | 3C | E | 53 | 1C | 53 | 0 | 43 | 118 | 47 | 13 |
| Octal | 74 | 16 | 123 | 34 | 123 | 0 | 103 | 430 | 107 | 23 |
| Binary | 111100 | 1110 | 1010011 | 11100 | 1010011 | 0 | 1000011 | 100011000 | 1000111 | 10011 |
Color Harmonies of #3C0E53
Complementary color
Monochromatic Colors of #3C0E53
Black with #3C0E53
Text Example
Text Example
White with #3C0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E53; }
p { color: rgb(60,14,83); }
H1.HeaderClassName
{
color: #3C0E53;
}
.AnyTagClassName
{
color: #3C0E53;
}
</style>
background-color css
<style>
a { background-color: #3C0E53; }
a { background-color: rgb(60,14,83); }
div.DivClassName
{
background-color: #3C0E53;
}
.BgClassName
{
background-color: #3C0E53;
}
</style>
border-color css
<style>
span { border-color: #3C0E53; }
span { border-color: rgb(60,14,83); }
td.TdClassName
{
border-color: #3C0E53;
}
.TagClassName
{
border-color: #3C0E53;
}
</style>