Shades of Blackcurrant #3C0151
Tints of Blackcurrant #3C0151
RGB
CMYK
RGB Variations
Color information
#3C0151 (or 0x3C0151) is known color: Blackcurrant. HEX triplet: 3C, 01 and 51. RGB value is (60,1,81). Sum of RGB (Red+Green+Blue) = 60+1+81=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0151 is #C3FEAE. Grayscale: #1B1B1B. Windows color (decimal): -12844719 or 5308732. OLE color: 5308732.
HSL color Cylindrical-coordinate representation of color #3C0151: hue angle of 284.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0151 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 1 | 81 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.68 |
| HSL | 284.25º | 0.98% | 0.16% | - |
| HSV(B) | 284.25º | 0.99% | 0.32% | - |
| XYZ | 3.36 | 1.58 | 7.91 | - |
| YUV | 27.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 81 | 0.26 | 0.99 | 0 | 0.68 | 284.25 | 0.98 | 0.16 |
| Hex | 3C | 1 | 51 | 1A | 63 | 0 | 44 | 11C | 62 | 10 |
| Octal | 74 | 1 | 121 | 32 | 143 | 0 | 104 | 434 | 142 | 20 |
| Binary | 111100 | 1 | 1010001 | 11010 | 1100011 | 0 | 1000100 | 100011100 | 1100010 | 10000 |
Color Harmonies of #3C0151
Complementary color
Monochromatic Colors of #3C0151
Black with #3C0151
Text Example
Text Example
White with #3C0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0151; }
p { color: rgb(60,1,81); }
H1.HeaderClassName
{
color: #3C0151;
}
.AnyTagClassName
{
color: #3C0151;
}
</style>
background-color css
<style>
a { background-color: #3C0151; }
a { background-color: rgb(60,1,81); }
div.DivClassName
{
background-color: #3C0151;
}
.BgClassName
{
background-color: #3C0151;
}
</style>
border-color css
<style>
span { border-color: #3C0151; }
span { border-color: rgb(60,1,81); }
td.TdClassName
{
border-color: #3C0151;
}
.TagClassName
{
border-color: #3C0151;
}
</style>