Shades of Blackcurrant #3C1346
Tints of Blackcurrant #3C1346
RGB
CMYK
RGB Variations
Color information
#3C1346 (or 0x3C1346) is known color: Blackcurrant. HEX triplet: 3C, 13 and 46. RGB value is (60,19,70). Sum of RGB (Red+Green+Blue) = 60+19+70=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1346 is #C3ECB9. Grayscale: #242424. Windows color (decimal): -12840122 or 4592444. OLE color: 4592444.
HSL color Cylindrical-coordinate representation of color #3C1346: hue angle of 288.24º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1346 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 19 | 70 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.73 |
| HSL | 288.24º | 0.57% | 0.17% | - |
| HSV(B) | 288.24º | 0.73% | 0.27% | - |
| XYZ | 3.2 | 1.87 | 5.99 | - |
| YUV | 37.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 70 | 0.14 | 0.73 | 0 | 0.73 | 288.24 | 0.57 | 0.17 |
| Hex | 3C | 13 | 46 | E | 49 | 0 | 49 | 120 | 39 | 11 |
| Octal | 74 | 23 | 106 | 16 | 111 | 0 | 111 | 440 | 71 | 21 |
| Binary | 111100 | 10011 | 1000110 | 1110 | 1001001 | 0 | 1001001 | 100100000 | 111001 | 10001 |
Color Harmonies of #3C1346
Complementary color
Monochromatic Colors of #3C1346
Black with #3C1346
Text Example
Text Example
White with #3C1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1346; }
p { color: rgb(60,19,70); }
H1.HeaderClassName
{
color: #3C1346;
}
.AnyTagClassName
{
color: #3C1346;
}
</style>
background-color css
<style>
a { background-color: #3C1346; }
a { background-color: rgb(60,19,70); }
div.DivClassName
{
background-color: #3C1346;
}
.BgClassName
{
background-color: #3C1346;
}
</style>
border-color css
<style>
span { border-color: #3C1346; }
span { border-color: rgb(60,19,70); }
td.TdClassName
{
border-color: #3C1346;
}
.TagClassName
{
border-color: #3C1346;
}
</style>