Shades of Blackcurrant #3C0051
Tints of Blackcurrant #3C0051
RGB
CMYK
RGB Variations
Color information
#3C0051 (or 0x3C0051) is known color: Blackcurrant. HEX triplet: 3C, 00 and 51. RGB value is (60,0,81). Sum of RGB (Red+Green+Blue) = 60+0+81=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0051 is #C3FFAE. Grayscale: #1A1A1A. Windows color (decimal): -12844975 or 5308476. OLE color: 5308476.
HSL color Cylindrical-coordinate representation of color #3C0051: hue angle of 284.44º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0051 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 0 | 81 | - |
| CMYK | 0.26 | 1 | 0 | 0.68 |
| HSL | 284.44º | 1% | 0.16% | - |
| HSV(B) | 284.44º | 1% | 0.32% | - |
| XYZ | 3.35 | 1.55 | 7.91 | - |
| YUV | 27.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 81 | 0.26 | 1 | 0 | 0.68 | 284.44 | 1 | 0.16 |
| Hex | 3C | 0 | 51 | 1A | 64 | 0 | 44 | 11C | 64 | 10 |
| Octal | 74 | 0 | 121 | 32 | 144 | 0 | 104 | 434 | 144 | 20 |
| Binary | 111100 | 0 | 1010001 | 11010 | 1100100 | 0 | 1000100 | 100011100 | 1100100 | 10000 |
Color Harmonies of #3C0051
Complementary color
Monochromatic Colors of #3C0051
Black with #3C0051
Text Example
Text Example
White with #3C0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0051; }
p { color: rgb(60,0,81); }
H1.HeaderClassName
{
color: #3C0051;
}
.AnyTagClassName
{
color: #3C0051;
}
</style>
background-color css
<style>
a { background-color: #3C0051; }
a { background-color: rgb(60,0,81); }
div.DivClassName
{
background-color: #3C0051;
}
.BgClassName
{
background-color: #3C0051;
}
</style>
border-color css
<style>
span { border-color: #3C0051; }
span { border-color: rgb(60,0,81); }
td.TdClassName
{
border-color: #3C0051;
}
.TagClassName
{
border-color: #3C0051;
}
</style>