Shades of Blackcurrant #3C0155
Tints of Blackcurrant #3C0155
RGB
CMYK
RGB Variations
Color information
#3C0155 (or 0x3C0155) is known color: Blackcurrant. HEX triplet: 3C, 01 and 55. RGB value is (60,1,85). Sum of RGB (Red+Green+Blue) = 60+1+85=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C0155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0155 is #C3FEAA. Grayscale: #1B1B1B. Windows color (decimal): -12844715 or 5570876. OLE color: 5570876.
HSL color Cylindrical-coordinate representation of color #3C0155: hue angle of 282.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0155 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 1 | 85 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.67 |
| HSL | 282.14º | 0.98% | 0.17% | - |
| HSV(B) | 282.14º | 0.99% | 0.33% | - |
| XYZ | 3.51 | 1.64 | 8.73 | - |
| YUV | 28.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 85 | 0.29 | 0.99 | 0 | 0.67 | 282.14 | 0.98 | 0.17 |
| Hex | 3C | 1 | 55 | 1D | 63 | 0 | 43 | 11A | 62 | 11 |
| Octal | 74 | 1 | 125 | 35 | 143 | 0 | 103 | 432 | 142 | 21 |
| Binary | 111100 | 1 | 1010101 | 11101 | 1100011 | 0 | 1000011 | 100011010 | 1100010 | 10001 |
Color Harmonies of #3C0155
Complementary color
Monochromatic Colors of #3C0155
Black with #3C0155
Text Example
Text Example
White with #3C0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0155; }
p { color: rgb(60,1,85); }
H1.HeaderClassName
{
color: #3C0155;
}
.AnyTagClassName
{
color: #3C0155;
}
</style>
background-color css
<style>
a { background-color: #3C0155; }
a { background-color: rgb(60,1,85); }
div.DivClassName
{
background-color: #3C0155;
}
.BgClassName
{
background-color: #3C0155;
}
</style>
border-color css
<style>
span { border-color: #3C0155; }
span { border-color: rgb(60,1,85); }
td.TdClassName
{
border-color: #3C0155;
}
.TagClassName
{
border-color: #3C0155;
}
</style>