Shades of Grape #3E3850
Tints of Grape #3E3850
RGB
CMYK
RGB Variations
Color information
#3E3850 (or 0x3E3850) is known color: Grape. HEX triplet: 3E, 38 and 50. RGB value is (62,56,80). Sum of RGB (Red+Green+Blue) = 62+56+80=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3850 is #C1C7AF. Grayscale: #3C3C3C. Windows color (decimal): -12699568 or 5257278. OLE color: 5257278.
HSL color Cylindrical-coordinate representation of color #3E3850: hue angle of 255º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E3850 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 56 | 80 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.69 |
| HSL | 255º | 0.18% | 0.27% | - |
| HSV(B) | 255º | 0.3% | 0.31% | - |
| XYZ | 4.85 | 4.43 | 8.19 | - |
| YUV | 60.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 80 | 0.22 | 0.30 | 0 | 0.69 | 255 | 0.18 | 0.27 |
| Hex | 3E | 38 | 50 | 16 | 1E | 0 | 45 | FF | 12 | 1B |
| Octal | 76 | 70 | 120 | 26 | 36 | 0 | 105 | 377 | 22 | 33 |
| Binary | 111110 | 111000 | 1010000 | 10110 | 11110 | 0 | 1000101 | 11111111 | 10010 | 11011 |
Color Harmonies of #3E3850
Complementary color
Monochromatic Colors of #3E3850
Black with #3E3850
Text Example
Text Example
White with #3E3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3850; }
p { color: rgb(62,56,80); }
H1.HeaderClassName
{
color: #3E3850;
}
.AnyTagClassName
{
color: #3E3850;
}
</style>
background-color css
<style>
a { background-color: #3E3850; }
a { background-color: rgb(62,56,80); }
div.DivClassName
{
background-color: #3E3850;
}
.BgClassName
{
background-color: #3E3850;
}
</style>
border-color css
<style>
span { border-color: #3E3850; }
span { border-color: rgb(62,56,80); }
td.TdClassName
{
border-color: #3E3850;
}
.TagClassName
{
border-color: #3E3850;
}
</style>