Shades of Blackcurrant #3C134E
Tints of Blackcurrant #3C134E
RGB
CMYK
RGB Variations
Color information
#3C134E (or 0x3C134E) is known color: Blackcurrant. HEX triplet: 3C, 13 and 4E. RGB value is (60,19,78). Sum of RGB (Red+Green+Blue) = 60+19+78=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C134E is #C3ECB1. Grayscale: #252525. Windows color (decimal): -12840114 or 5116732. OLE color: 5116732.
HSL color Cylindrical-coordinate representation of color #3C134E: hue angle of 281.69º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C134E is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 19 | 78 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.69 |
| HSL | 281.69º | 0.61% | 0.19% | - |
| HSV(B) | 281.69º | 0.76% | 0.31% | - |
| XYZ | 3.47 | 1.98 | 7.41 | - |
| YUV | 37.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 78 | 0.23 | 0.76 | 0 | 0.69 | 281.69 | 0.61 | 0.19 |
| Hex | 3C | 13 | 4E | 17 | 4C | 0 | 45 | 11A | 3D | 13 |
| Octal | 74 | 23 | 116 | 27 | 114 | 0 | 105 | 432 | 75 | 23 |
| Binary | 111100 | 10011 | 1001110 | 10111 | 1001100 | 0 | 1000101 | 100011010 | 111101 | 10011 |
Color Harmonies of #3C134E
Complementary color
Monochromatic Colors of #3C134E
Black with #3C134E
Text Example
Text Example
White with #3C134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C134E; }
p { color: rgb(60,19,78); }
H1.HeaderClassName
{
color: #3C134E;
}
.AnyTagClassName
{
color: #3C134E;
}
</style>
background-color css
<style>
a { background-color: #3C134E; }
a { background-color: rgb(60,19,78); }
div.DivClassName
{
background-color: #3C134E;
}
.BgClassName
{
background-color: #3C134E;
}
</style>
border-color css
<style>
span { border-color: #3C134E; }
span { border-color: rgb(60,19,78); }
td.TdClassName
{
border-color: #3C134E;
}
.TagClassName
{
border-color: #3C134E;
}
</style>