Shades of Blackcurrant #3C144A
Tints of Blackcurrant #3C144A
RGB
CMYK
RGB Variations
Color information
#3C144A (or 0x3C144A) is known color: Blackcurrant. HEX triplet: 3C, 14 and 4A. RGB value is (60,20,74). Sum of RGB (Red+Green+Blue) = 60+20+74=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C144A is #C3EBB5. Grayscale: #252525. Windows color (decimal): -12839862 or 4854844. OLE color: 4854844.
HSL color Cylindrical-coordinate representation of color #3C144A: hue angle of 284.44º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C144A is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 20 | 74 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.71 |
| HSL | 284.44º | 0.57% | 0.18% | - |
| HSV(B) | 284.44º | 0.73% | 0.29% | - |
| XYZ | 3.35 | 1.96 | 6.68 | - |
| YUV | 38.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 74 | 0.19 | 0.73 | 0 | 0.71 | 284.44 | 0.57 | 0.18 |
| Hex | 3C | 14 | 4A | 13 | 49 | 0 | 47 | 11C | 39 | 12 |
| Octal | 74 | 24 | 112 | 23 | 111 | 0 | 107 | 434 | 71 | 22 |
| Binary | 111100 | 10100 | 1001010 | 10011 | 1001001 | 0 | 1000111 | 100011100 | 111001 | 10010 |
Color Harmonies of #3C144A
Complementary color
Monochromatic Colors of #3C144A
Black with #3C144A
Text Example
Text Example
White with #3C144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C144A; }
p { color: rgb(60,20,74); }
H1.HeaderClassName
{
color: #3C144A;
}
.AnyTagClassName
{
color: #3C144A;
}
</style>
background-color css
<style>
a { background-color: #3C144A; }
a { background-color: rgb(60,20,74); }
div.DivClassName
{
background-color: #3C144A;
}
.BgClassName
{
background-color: #3C144A;
}
</style>
border-color css
<style>
span { border-color: #3C144A; }
span { border-color: rgb(60,20,74); }
td.TdClassName
{
border-color: #3C144A;
}
.TagClassName
{
border-color: #3C144A;
}
</style>