Shades of Grape #3E3C46
Tints of Grape #3E3C46
RGB
CMYK
RGB Variations
Color information
#3E3C46 (or 0x3E3C46) is known color: Grape. HEX triplet: 3E, 3C and 46. RGB value is (62,60,70). Sum of RGB (Red+Green+Blue) = 62+60+70=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C46 is #C1C3B9. Grayscale: #3D3D3D. Windows color (decimal): -12698554 or 4602942. OLE color: 4602942.
HSL color Cylindrical-coordinate representation of color #3E3C46: hue angle of 252º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3E3C46 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
RGB | 62 | 60 | 70 | - |
CMYK | 0.11 | 0.14 | 0 | 0.73 |
HSL | 252º | 0.08% | 0.25% | - |
HSV(B) | 252º | 0.14% | 0.27% | - |
XYZ | 4.71 | 4.7 | 6.45 | - |
YUV | 61.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 60 | 70 | 0.11 | 0.14 | 0 | 0.73 | 252 | 0.08 | 0.25 |
Hex | 3E | 3C | 46 | B | E | 0 | 49 | FC | 8 | 19 |
Octal | 76 | 74 | 106 | 13 | 16 | 0 | 111 | 374 | 10 | 31 |
Binary | 111110 | 111100 | 1000110 | 1011 | 1110 | 0 | 1001001 | 11111100 | 1000 | 11001 |
Color Harmonies of #3E3C46
Complementary color
Monochromatic Colors of #3E3C46
Black with #3E3C46
Text Example
Text Example
White with #3E3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C46; }
p { color: rgb(62,60,70); }
H1.HeaderClassName
{
color: #3E3C46;
}
.AnyTagClassName
{
color: #3E3C46;
}
</style>
background-color css
<style>
a { background-color: #3E3C46; }
a { background-color: rgb(62,60,70); }
div.DivClassName
{
background-color: #3E3C46;
}
.BgClassName
{
background-color: #3E3C46;
}
</style>
border-color css
<style>
span { border-color: #3E3C46; }
span { border-color: rgb(62,60,70); }
td.TdClassName
{
border-color: #3E3C46;
}
.TagClassName
{
border-color: #3E3C46;
}
</style>