Shades of Blackcurrant #3C0251
Tints of Blackcurrant #3C0251
RGB
CMYK
RGB Variations
Color information
#3C0251 (or 0x3C0251) is known color: Blackcurrant. HEX triplet: 3C, 02 and 51. RGB value is (60,2,81). Sum of RGB (Red+Green+Blue) = 60+2+81=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #3C0251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0251 is #C3FDAE. Grayscale: #1C1C1C. Windows color (decimal): -12844463 or 5308988. OLE color: 5308988.
HSL color Cylindrical-coordinate representation of color #3C0251: hue angle of 284.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0251 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 2 | 81 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.68 |
| HSL | 284.05º | 0.95% | 0.16% | - |
| HSV(B) | 284.05º | 0.98% | 0.32% | - |
| XYZ | 3.37 | 1.6 | 7.92 | - |
| YUV | 28.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 81 | 0.26 | 0.98 | 0 | 0.68 | 284.05 | 0.95 | 0.16 |
| Hex | 3C | 2 | 51 | 1A | 62 | 0 | 44 | 11C | 5F | 10 |
| Octal | 74 | 2 | 121 | 32 | 142 | 0 | 104 | 434 | 137 | 20 |
| Binary | 111100 | 10 | 1010001 | 11010 | 1100010 | 0 | 1000100 | 100011100 | 1011111 | 10000 |
Color Harmonies of #3C0251
Complementary color
Monochromatic Colors of #3C0251
Black with #3C0251
Text Example
Text Example
White with #3C0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0251; }
p { color: rgb(60,2,81); }
H1.HeaderClassName
{
color: #3C0251;
}
.AnyTagClassName
{
color: #3C0251;
}
</style>
background-color css
<style>
a { background-color: #3C0251; }
a { background-color: rgb(60,2,81); }
div.DivClassName
{
background-color: #3C0251;
}
.BgClassName
{
background-color: #3C0251;
}
</style>
border-color css
<style>
span { border-color: #3C0251; }
span { border-color: rgb(60,2,81); }
td.TdClassName
{
border-color: #3C0251;
}
.TagClassName
{
border-color: #3C0251;
}
</style>