Shades of Blackcurrant #3C1049
Tints of Blackcurrant #3C1049
RGB
CMYK
RGB Variations
Color information
#3C1049 (or 0x3C1049) is known color: Blackcurrant. HEX triplet: 3C, 10 and 49. RGB value is (60,16,73). Sum of RGB (Red+Green+Blue) = 60+16+73=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C1049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1049 is #C3EFB6. Grayscale: #232323. Windows color (decimal): -12840887 or 4788284. OLE color: 4788284.
HSL color Cylindrical-coordinate representation of color #3C1049: hue angle of 286.32º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1049 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 16 | 73 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.71 |
| HSL | 286.32º | 0.64% | 0.17% | - |
| HSV(B) | 286.32º | 0.78% | 0.29% | - |
| XYZ | 3.25 | 1.81 | 6.48 | - |
| YUV | 35.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 73 | 0.18 | 0.78 | 0 | 0.71 | 286.32 | 0.64 | 0.17 |
| Hex | 3C | 10 | 49 | 12 | 4E | 0 | 47 | 11E | 40 | 11 |
| Octal | 74 | 20 | 111 | 22 | 116 | 0 | 107 | 436 | 100 | 21 |
| Binary | 111100 | 10000 | 1001001 | 10010 | 1001110 | 0 | 1000111 | 100011110 | 1000000 | 10001 |
Color Harmonies of #3C1049
Complementary color
Monochromatic Colors of #3C1049
Black with #3C1049
Text Example
Text Example
White with #3C1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1049; }
p { color: rgb(60,16,73); }
H1.HeaderClassName
{
color: #3C1049;
}
.AnyTagClassName
{
color: #3C1049;
}
</style>
background-color css
<style>
a { background-color: #3C1049; }
a { background-color: rgb(60,16,73); }
div.DivClassName
{
background-color: #3C1049;
}
.BgClassName
{
background-color: #3C1049;
}
</style>
border-color css
<style>
span { border-color: #3C1049; }
span { border-color: rgb(60,16,73); }
td.TdClassName
{
border-color: #3C1049;
}
.TagClassName
{
border-color: #3C1049;
}
</style>