Shades of Blackcurrant #3C004E
Tints of Blackcurrant #3C004E
RGB
CMYK
RGB Variations
Color information
#3C004E (or 0x3C004E) is known color: Blackcurrant. HEX triplet: 3C, 00 and 4E. RGB value is (60,0,78). Sum of RGB (Red+Green+Blue) = 60+0+78=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C004E is #C3FFB1. Grayscale: #1A1A1A. Windows color (decimal): -12844978 or 5111868. OLE color: 5111868.
HSL color Cylindrical-coordinate representation of color #3C004E: hue angle of 286.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C004E is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 0 | 78 | - |
| CMYK | 0.23 | 1 | 0 | 0.69 |
| HSL | 286.15º | 1% | 0.15% | - |
| HSV(B) | 286.15º | 1% | 0.31% | - |
| XYZ | 3.24 | 1.51 | 7.33 | - |
| YUV | 26.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 78 | 0.23 | 1 | 0 | 0.69 | 286.15 | 1 | 0.15 |
| Hex | 3C | 0 | 4E | 17 | 64 | 0 | 45 | 11E | 64 | F |
| Octal | 74 | 0 | 116 | 27 | 144 | 0 | 105 | 436 | 144 | 17 |
| Binary | 111100 | 0 | 1001110 | 10111 | 1100100 | 0 | 1000101 | 100011110 | 1100100 | 1111 |
Color Harmonies of #3C004E
Complementary color
Monochromatic Colors of #3C004E
Black with #3C004E
Text Example
Text Example
White with #3C004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C004E; }
p { color: rgb(60,0,78); }
H1.HeaderClassName
{
color: #3C004E;
}
.AnyTagClassName
{
color: #3C004E;
}
</style>
background-color css
<style>
a { background-color: #3C004E; }
a { background-color: rgb(60,0,78); }
div.DivClassName
{
background-color: #3C004E;
}
.BgClassName
{
background-color: #3C004E;
}
</style>
border-color css
<style>
span { border-color: #3C004E; }
span { border-color: rgb(60,0,78); }
td.TdClassName
{
border-color: #3C004E;
}
.TagClassName
{
border-color: #3C004E;
}
</style>