Shades of Grape #3F3C47
Tints of Grape #3F3C47
RGB
CMYK
RGB Variations
Color information
#3F3C47 (or 0x3F3C47) is known color: Grape. HEX triplet: 3F, 3C and 47. RGB value is (63,60,71). Sum of RGB (Red+Green+Blue) = 63+60+71=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C47 is #C0C3B8. Grayscale: #3E3E3E. Windows color (decimal): -12633017 or 4668479. OLE color: 4668479.
HSL color Cylindrical-coordinate representation of color #3F3C47: hue angle of 256.36º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F3C47 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 60 | 71 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.72 |
| HSL | 256.36º | 0.08% | 0.26% | - |
| HSV(B) | 256.36º | 0.15% | 0.28% | - |
| XYZ | 4.8 | 4.74 | 6.62 | - |
| YUV | 62.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 71 | 0.11 | 0.15 | 0 | 0.72 | 256.36 | 0.08 | 0.26 |
| Hex | 3F | 3C | 47 | B | F | 0 | 48 | 100 | 8 | 1A |
| Octal | 77 | 74 | 107 | 13 | 17 | 0 | 110 | 400 | 10 | 32 |
| Binary | 111111 | 111100 | 1000111 | 1011 | 1111 | 0 | 1001000 | 100000000 | 1000 | 11010 |
Color Harmonies of #3F3C47
Complementary color
Monochromatic Colors of #3F3C47
Black with #3F3C47
Text Example
Text Example
White with #3F3C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C47; }
p { color: rgb(63,60,71); }
H1.HeaderClassName
{
color: #3F3C47;
}
.AnyTagClassName
{
color: #3F3C47;
}
</style>
background-color css
<style>
a { background-color: #3F3C47; }
a { background-color: rgb(63,60,71); }
div.DivClassName
{
background-color: #3F3C47;
}
.BgClassName
{
background-color: #3F3C47;
}
</style>
border-color css
<style>
span { border-color: #3F3C47; }
span { border-color: rgb(63,60,71); }
td.TdClassName
{
border-color: #3F3C47;
}
.TagClassName
{
border-color: #3F3C47;
}
</style>