Shades of Grape #3F394F
Tints of Grape #3F394F
RGB
CMYK
RGB Variations
Color information
#3F394F (or 0x3F394F) is known color: Grape. HEX triplet: 3F, 39 and 4F. RGB value is (63,57,79). Sum of RGB (Red+Green+Blue) = 63+57+79=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F394F is #C0C6B0. Grayscale: #3D3D3D. Windows color (decimal): -12633777 or 5191999. OLE color: 5191999.
HSL color Cylindrical-coordinate representation of color #3F394F: hue angle of 256.36º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F394F is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 57 | 79 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.69 |
| HSL | 256.36º | 0.16% | 0.27% | - |
| HSV(B) | 256.36º | 0.28% | 0.31% | - |
| XYZ | 4.92 | 4.55 | 8.02 | - |
| YUV | 61.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 79 | 0.20 | 0.28 | 0 | 0.69 | 256.36 | 0.16 | 0.27 |
| Hex | 3F | 39 | 4F | 14 | 1C | 0 | 45 | 100 | 10 | 1B |
| Octal | 77 | 71 | 117 | 24 | 34 | 0 | 105 | 400 | 20 | 33 |
| Binary | 111111 | 111001 | 1001111 | 10100 | 11100 | 0 | 1000101 | 100000000 | 10000 | 11011 |
Color Harmonies of #3F394F
Complementary color
Monochromatic Colors of #3F394F
Black with #3F394F
Text Example
Text Example
White with #3F394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F394F; }
p { color: rgb(63,57,79); }
H1.HeaderClassName
{
color: #3F394F;
}
.AnyTagClassName
{
color: #3F394F;
}
</style>
background-color css
<style>
a { background-color: #3F394F; }
a { background-color: rgb(63,57,79); }
div.DivClassName
{
background-color: #3F394F;
}
.BgClassName
{
background-color: #3F394F;
}
</style>
border-color css
<style>
span { border-color: #3F394F; }
span { border-color: rgb(63,57,79); }
td.TdClassName
{
border-color: #3F394F;
}
.TagClassName
{
border-color: #3F394F;
}
</style>