Shades of Grape #3E3951
Tints of Grape #3E3951
RGB
CMYK
RGB Variations
Color information
#3E3951 (or 0x3E3951) is known color: Grape. HEX triplet: 3E, 39 and 51. RGB value is (62,57,81). Sum of RGB (Red+Green+Blue) = 62+57+81=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3951 is #C1C6AE. Grayscale: #3D3D3D. Windows color (decimal): -12699311 or 5323070. OLE color: 5323070.
HSL color Cylindrical-coordinate representation of color #3E3951: hue angle of 252.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E3951 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 57 | 81 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.68 |
| HSL | 252.5º | 0.17% | 0.27% | - |
| HSV(B) | 252.5º | 0.3% | 0.32% | - |
| XYZ | 4.93 | 4.54 | 8.4 | - |
| YUV | 61.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 81 | 0.23 | 0.30 | 0 | 0.68 | 252.5 | 0.17 | 0.27 |
| Hex | 3E | 39 | 51 | 17 | 1E | 0 | 44 | FD | 11 | 1B |
| Octal | 76 | 71 | 121 | 27 | 36 | 0 | 104 | 375 | 21 | 33 |
| Binary | 111110 | 111001 | 1010001 | 10111 | 11110 | 0 | 1000100 | 11111101 | 10001 | 11011 |
Color Harmonies of #3E3951
Complementary color
Monochromatic Colors of #3E3951
Black with #3E3951
Text Example
Text Example
White with #3E3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3951; }
p { color: rgb(62,57,81); }
H1.HeaderClassName
{
color: #3E3951;
}
.AnyTagClassName
{
color: #3E3951;
}
</style>
background-color css
<style>
a { background-color: #3E3951; }
a { background-color: rgb(62,57,81); }
div.DivClassName
{
background-color: #3E3951;
}
.BgClassName
{
background-color: #3E3951;
}
</style>
border-color css
<style>
span { border-color: #3E3951; }
span { border-color: rgb(62,57,81); }
td.TdClassName
{
border-color: #3E3951;
}
.TagClassName
{
border-color: #3E3951;
}
</style>