Shades of Blackcurrant #3C114B
Tints of Blackcurrant #3C114B
RGB
CMYK
RGB Variations
Color information
#3C114B (or 0x3C114B) is known color: Blackcurrant. HEX triplet: 3C, 11 and 4B. RGB value is (60,17,75). Sum of RGB (Red+Green+Blue) = 60+17+75=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C114B is #C3EEB4. Grayscale: #242424. Windows color (decimal): -12840629 or 4919612. OLE color: 4919612.
HSL color Cylindrical-coordinate representation of color #3C114B: hue angle of 284.48º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C114B is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 17 | 75 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.71 |
| HSL | 284.48º | 0.63% | 0.18% | - |
| HSV(B) | 284.48º | 0.77% | 0.29% | - |
| XYZ | 3.33 | 1.87 | 6.84 | - |
| YUV | 36.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 75 | 0.20 | 0.77 | 0 | 0.71 | 284.48 | 0.63 | 0.18 |
| Hex | 3C | 11 | 4B | 14 | 4D | 0 | 47 | 11C | 3F | 12 |
| Octal | 74 | 21 | 113 | 24 | 115 | 0 | 107 | 434 | 77 | 22 |
| Binary | 111100 | 10001 | 1001011 | 10100 | 1001101 | 0 | 1000111 | 100011100 | 111111 | 10010 |
Color Harmonies of #3C114B
Complementary color
Monochromatic Colors of #3C114B
Black with #3C114B
Text Example
Text Example
White with #3C114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C114B; }
p { color: rgb(60,17,75); }
H1.HeaderClassName
{
color: #3C114B;
}
.AnyTagClassName
{
color: #3C114B;
}
</style>
background-color css
<style>
a { background-color: #3C114B; }
a { background-color: rgb(60,17,75); }
div.DivClassName
{
background-color: #3C114B;
}
.BgClassName
{
background-color: #3C114B;
}
</style>
border-color css
<style>
span { border-color: #3C114B; }
span { border-color: rgb(60,17,75); }
td.TdClassName
{
border-color: #3C114B;
}
.TagClassName
{
border-color: #3C114B;
}
</style>