Shades of Grape #3F3A50
Tints of Grape #3F3A50
RGB
CMYK
RGB Variations
Color information
#3F3A50 (or 0x3F3A50) is known color: Grape. HEX triplet: 3F, 3A and 50. RGB value is (63,58,80). Sum of RGB (Red+Green+Blue) = 63+58+80=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3A50 is #C0C5AF. Grayscale: #3D3D3D. Windows color (decimal): -12633520 or 5257791. OLE color: 5257791.
HSL color Cylindrical-coordinate representation of color #3F3A50: hue angle of 253.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F3A50 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 58 | 80 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.69 |
| HSL | 253.64º | 0.16% | 0.27% | - |
| HSV(B) | 253.64º | 0.28% | 0.31% | - |
| XYZ | 5.01 | 4.66 | 8.23 | - |
| YUV | 62 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 80 | 0.21 | 0.28 | 0 | 0.69 | 253.64 | 0.16 | 0.27 |
| Hex | 3F | 3A | 50 | 15 | 1C | 0 | 45 | FE | 10 | 1B |
| Octal | 77 | 72 | 120 | 25 | 34 | 0 | 105 | 376 | 20 | 33 |
| Binary | 111111 | 111010 | 1010000 | 10101 | 11100 | 0 | 1000101 | 11111110 | 10000 | 11011 |
Color Harmonies of #3F3A50
Complementary color
Monochromatic Colors of #3F3A50
Black with #3F3A50
Text Example
Text Example
White with #3F3A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A50; }
p { color: rgb(63,58,80); }
H1.HeaderClassName
{
color: #3F3A50;
}
.AnyTagClassName
{
color: #3F3A50;
}
</style>
background-color css
<style>
a { background-color: #3F3A50; }
a { background-color: rgb(63,58,80); }
div.DivClassName
{
background-color: #3F3A50;
}
.BgClassName
{
background-color: #3F3A50;
}
</style>
border-color css
<style>
span { border-color: #3F3A50; }
span { border-color: rgb(63,58,80); }
td.TdClassName
{
border-color: #3F3A50;
}
.TagClassName
{
border-color: #3F3A50;
}
</style>