Shades of Blackcurrant #3E144C
Tints of Blackcurrant #3E144C
RGB
CMYK
RGB Variations
Color information
#3E144C (or 0x3E144C) is known color: Blackcurrant. HEX triplet: 3E, 14 and 4C. RGB value is (62,20,76). Sum of RGB (Red+Green+Blue) = 62+20+76=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #3E144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E144C is #C1EBB3. Grayscale: #262626. Windows color (decimal): -12708788 or 4985918. OLE color: 4985918.
HSL color Cylindrical-coordinate representation of color #3E144C: hue angle of 285º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E144C is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 20 | 76 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.70 |
| HSL | 285º | 0.58% | 0.19% | - |
| HSV(B) | 285º | 0.74% | 0.3% | - |
| XYZ | 3.54 | 2.05 | 7.05 | - |
| YUV | 38.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 76 | 0.18 | 0.74 | 0 | 0.70 | 285 | 0.58 | 0.19 |
| Hex | 3E | 14 | 4C | 12 | 4A | 0 | 46 | 11D | 3A | 13 |
| Octal | 76 | 24 | 114 | 22 | 112 | 0 | 106 | 435 | 72 | 23 |
| Binary | 111110 | 10100 | 1001100 | 10010 | 1001010 | 0 | 1000110 | 100011101 | 111010 | 10011 |
Color Harmonies of #3E144C
Complementary color
Monochromatic Colors of #3E144C
Black with #3E144C
Text Example
Text Example
White with #3E144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E144C; }
p { color: rgb(62,20,76); }
H1.HeaderClassName
{
color: #3E144C;
}
.AnyTagClassName
{
color: #3E144C;
}
</style>
background-color css
<style>
a { background-color: #3E144C; }
a { background-color: rgb(62,20,76); }
div.DivClassName
{
background-color: #3E144C;
}
.BgClassName
{
background-color: #3E144C;
}
</style>
border-color css
<style>
span { border-color: #3E144C; }
span { border-color: rgb(62,20,76); }
td.TdClassName
{
border-color: #3E144C;
}
.TagClassName
{
border-color: #3E144C;
}
</style>