Shades of Blackcurrant #3C014B
Tints of Blackcurrant #3C014B
RGB
CMYK
RGB Variations
Color information
#3C014B (or 0x3C014B) is known color: Blackcurrant. HEX triplet: 3C, 01 and 4B. RGB value is (60,1,75). Sum of RGB (Red+Green+Blue) = 60+1+75=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C014B is #C3FEB4. Grayscale: #1A1A1A. Windows color (decimal): -12844725 or 4915516. OLE color: 4915516.
HSL color Cylindrical-coordinate representation of color #3C014B: hue angle of 287.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C014B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 1 | 75 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.71 |
| HSL | 287.84º | 0.97% | 0.15% | - |
| HSV(B) | 287.84º | 0.99% | 0.29% | - |
| XYZ | 3.14 | 1.49 | 6.78 | - |
| YUV | 27.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 75 | 0.20 | 0.99 | 0 | 0.71 | 287.84 | 0.97 | 0.15 |
| Hex | 3C | 1 | 4B | 14 | 63 | 0 | 47 | 120 | 61 | F |
| Octal | 74 | 1 | 113 | 24 | 143 | 0 | 107 | 440 | 141 | 17 |
| Binary | 111100 | 1 | 1001011 | 10100 | 1100011 | 0 | 1000111 | 100100000 | 1100001 | 1111 |
Color Harmonies of #3C014B
Complementary color
Monochromatic Colors of #3C014B
Black with #3C014B
Text Example
Text Example
White with #3C014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C014B; }
p { color: rgb(60,1,75); }
H1.HeaderClassName
{
color: #3C014B;
}
.AnyTagClassName
{
color: #3C014B;
}
</style>
background-color css
<style>
a { background-color: #3C014B; }
a { background-color: rgb(60,1,75); }
div.DivClassName
{
background-color: #3C014B;
}
.BgClassName
{
background-color: #3C014B;
}
</style>
border-color css
<style>
span { border-color: #3C014B; }
span { border-color: rgb(60,1,75); }
td.TdClassName
{
border-color: #3C014B;
}
.TagClassName
{
border-color: #3C014B;
}
</style>