Shades of Blackcurrant #3E154A
Tints of Blackcurrant #3E154A
RGB
CMYK
RGB Variations
Color information
#3E154A (or 0x3E154A) is known color: Blackcurrant. HEX triplet: 3E, 15 and 4A. RGB value is (62,21,74). Sum of RGB (Red+Green+Blue) = 62+21+74=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E154A is #C1EAB5. Grayscale: #272727. Windows color (decimal): -12708534 or 4855102. OLE color: 4855102.
HSL color Cylindrical-coordinate representation of color #3E154A: hue angle of 286.42º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E154A is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 21 | 74 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.71 |
| HSL | 286.42º | 0.56% | 0.19% | - |
| HSV(B) | 286.42º | 0.72% | 0.29% | - |
| XYZ | 3.49 | 2.05 | 6.69 | - |
| YUV | 39.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 74 | 0.16 | 0.72 | 0 | 0.71 | 286.42 | 0.56 | 0.19 |
| Hex | 3E | 15 | 4A | 10 | 48 | 0 | 47 | 11E | 38 | 13 |
| Octal | 76 | 25 | 112 | 20 | 110 | 0 | 107 | 436 | 70 | 23 |
| Binary | 111110 | 10101 | 1001010 | 10000 | 1001000 | 0 | 1000111 | 100011110 | 111000 | 10011 |
Color Harmonies of #3E154A
Complementary color
Monochromatic Colors of #3E154A
Black with #3E154A
Text Example
Text Example
White with #3E154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E154A; }
p { color: rgb(62,21,74); }
H1.HeaderClassName
{
color: #3E154A;
}
.AnyTagClassName
{
color: #3E154A;
}
</style>
background-color css
<style>
a { background-color: #3E154A; }
a { background-color: rgb(62,21,74); }
div.DivClassName
{
background-color: #3E154A;
}
.BgClassName
{
background-color: #3E154A;
}
</style>
border-color css
<style>
span { border-color: #3E154A; }
span { border-color: rgb(62,21,74); }
td.TdClassName
{
border-color: #3E154A;
}
.TagClassName
{
border-color: #3E154A;
}
</style>