Shades of Blackcurrant #3C1051
Tints of Blackcurrant #3C1051
RGB
CMYK
RGB Variations
Color information
#3C1051 (or 0x3C1051) is known color: Blackcurrant. HEX triplet: 3C, 10 and 51. RGB value is (60,16,81). Sum of RGB (Red+Green+Blue) = 60+16+81=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C1051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1051 is #C3EFAE. Grayscale: #242424. Windows color (decimal): -12840879 or 5312572. OLE color: 5312572.
HSL color Cylindrical-coordinate representation of color #3C1051: hue angle of 280.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1051 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 16 | 81 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.68 |
| HSL | 280.62º | 0.67% | 0.19% | - |
| HSV(B) | 280.62º | 0.8% | 0.32% | - |
| XYZ | 3.53 | 1.93 | 7.97 | - |
| YUV | 36.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 81 | 0.26 | 0.80 | 0 | 0.68 | 280.62 | 0.67 | 0.19 |
| Hex | 3C | 10 | 51 | 1A | 50 | 0 | 44 | 119 | 43 | 13 |
| Octal | 74 | 20 | 121 | 32 | 120 | 0 | 104 | 431 | 103 | 23 |
| Binary | 111100 | 10000 | 1010001 | 11010 | 1010000 | 0 | 1000100 | 100011001 | 1000011 | 10011 |
Color Harmonies of #3C1051
Complementary color
Monochromatic Colors of #3C1051
Black with #3C1051
Text Example
Text Example
White with #3C1051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1051; }
p { color: rgb(60,16,81); }
H1.HeaderClassName
{
color: #3C1051;
}
.AnyTagClassName
{
color: #3C1051;
}
</style>
background-color css
<style>
a { background-color: #3C1051; }
a { background-color: rgb(60,16,81); }
div.DivClassName
{
background-color: #3C1051;
}
.BgClassName
{
background-color: #3C1051;
}
</style>
border-color css
<style>
span { border-color: #3C1051; }
span { border-color: rgb(60,16,81); }
td.TdClassName
{
border-color: #3C1051;
}
.TagClassName
{
border-color: #3C1051;
}
</style>