Shades of Blackcurrant #3C104C
Tints of Blackcurrant #3C104C
RGB
CMYK
RGB Variations
Color information
#3C104C (or 0x3C104C) is known color: Blackcurrant. HEX triplet: 3C, 10 and 4C. RGB value is (60,16,76). Sum of RGB (Red+Green+Blue) = 60+16+76=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C104C is #C3EFB3. Grayscale: #232323. Windows color (decimal): -12840884 or 4984892. OLE color: 4984892.
HSL color Cylindrical-coordinate representation of color #3C104C: hue angle of 284º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C104C is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 16 | 76 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.70 |
| HSL | 284º | 0.65% | 0.18% | - |
| HSV(B) | 284º | 0.79% | 0.3% | - |
| XYZ | 3.35 | 1.85 | 7.02 | - |
| YUV | 36 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 76 | 0.21 | 0.79 | 0 | 0.70 | 284 | 0.65 | 0.18 |
| Hex | 3C | 10 | 4C | 15 | 4F | 0 | 46 | 11C | 41 | 12 |
| Octal | 74 | 20 | 114 | 25 | 117 | 0 | 106 | 434 | 101 | 22 |
| Binary | 111100 | 10000 | 1001100 | 10101 | 1001111 | 0 | 1000110 | 100011100 | 1000001 | 10010 |
Color Harmonies of #3C104C
Complementary color
Monochromatic Colors of #3C104C
Black with #3C104C
Text Example
Text Example
White with #3C104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C104C; }
p { color: rgb(60,16,76); }
H1.HeaderClassName
{
color: #3C104C;
}
.AnyTagClassName
{
color: #3C104C;
}
</style>
background-color css
<style>
a { background-color: #3C104C; }
a { background-color: rgb(60,16,76); }
div.DivClassName
{
background-color: #3C104C;
}
.BgClassName
{
background-color: #3C104C;
}
</style>
border-color css
<style>
span { border-color: #3C104C; }
span { border-color: rgb(60,16,76); }
td.TdClassName
{
border-color: #3C104C;
}
.TagClassName
{
border-color: #3C104C;
}
</style>