Shades of Blackcurrant #3C124F
Tints of Blackcurrant #3C124F
RGB
CMYK
RGB Variations
Color information
#3C124F (or 0x3C124F) is known color: Blackcurrant. HEX triplet: 3C, 12 and 4F. RGB value is (60,18,79). Sum of RGB (Red+Green+Blue) = 60+18+79=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C124F is #C3EDB0. Grayscale: #252525. Windows color (decimal): -12840369 or 5182012. OLE color: 5182012.
HSL color Cylindrical-coordinate representation of color #3C124F: hue angle of 281.31º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C124F is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 18 | 79 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.69 |
| HSL | 281.31º | 0.63% | 0.19% | - |
| HSV(B) | 281.31º | 0.77% | 0.31% | - |
| XYZ | 3.49 | 1.96 | 7.59 | - |
| YUV | 37.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 79 | 0.24 | 0.77 | 0 | 0.69 | 281.31 | 0.63 | 0.19 |
| Hex | 3C | 12 | 4F | 18 | 4D | 0 | 45 | 119 | 3F | 13 |
| Octal | 74 | 22 | 117 | 30 | 115 | 0 | 105 | 431 | 77 | 23 |
| Binary | 111100 | 10010 | 1001111 | 11000 | 1001101 | 0 | 1000101 | 100011001 | 111111 | 10011 |
Color Harmonies of #3C124F
Complementary color
Monochromatic Colors of #3C124F
Black with #3C124F
Text Example
Text Example
White with #3C124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C124F; }
p { color: rgb(60,18,79); }
H1.HeaderClassName
{
color: #3C124F;
}
.AnyTagClassName
{
color: #3C124F;
}
</style>
background-color css
<style>
a { background-color: #3C124F; }
a { background-color: rgb(60,18,79); }
div.DivClassName
{
background-color: #3C124F;
}
.BgClassName
{
background-color: #3C124F;
}
</style>
border-color css
<style>
span { border-color: #3C124F; }
span { border-color: rgb(60,18,79); }
td.TdClassName
{
border-color: #3C124F;
}
.TagClassName
{
border-color: #3C124F;
}
</style>