Shades of Blackcurrant #3C0D50
Tints of Blackcurrant #3C0D50
RGB
CMYK
RGB Variations
Color information
#3C0D50 (or 0x3C0D50) is known color: Blackcurrant. HEX triplet: 3C, 0D and 50. RGB value is (60,13,80). Sum of RGB (Red+Green+Blue) = 60+13+80=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C0D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0D50 is #C3F2AF. Grayscale: #222222. Windows color (decimal): -12841648 or 5246268. OLE color: 5246268.
HSL color Cylindrical-coordinate representation of color #3C0D50: hue angle of 282.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C0D50 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 13 | 80 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.69 |
| HSL | 282.09º | 0.72% | 0.18% | - |
| HSV(B) | 282.09º | 0.84% | 0.31% | - |
| XYZ | 3.46 | 1.83 | 7.76 | - |
| YUV | 34.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 80 | 0.25 | 0.84 | 0 | 0.69 | 282.09 | 0.72 | 0.18 |
| Hex | 3C | D | 50 | 19 | 54 | 0 | 45 | 11A | 48 | 12 |
| Octal | 74 | 15 | 120 | 31 | 124 | 0 | 105 | 432 | 110 | 22 |
| Binary | 111100 | 1101 | 1010000 | 11001 | 1010100 | 0 | 1000101 | 100011010 | 1001000 | 10010 |
Color Harmonies of #3C0D50
Complementary color
Monochromatic Colors of #3C0D50
Black with #3C0D50
Text Example
Text Example
White with #3C0D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D50; }
p { color: rgb(60,13,80); }
H1.HeaderClassName
{
color: #3C0D50;
}
.AnyTagClassName
{
color: #3C0D50;
}
</style>
background-color css
<style>
a { background-color: #3C0D50; }
a { background-color: rgb(60,13,80); }
div.DivClassName
{
background-color: #3C0D50;
}
.BgClassName
{
background-color: #3C0D50;
}
</style>
border-color css
<style>
span { border-color: #3C0D50; }
span { border-color: rgb(60,13,80); }
td.TdClassName
{
border-color: #3C0D50;
}
.TagClassName
{
border-color: #3C0D50;
}
</style>