Shades of Grape #3F3952
Tints of Grape #3F3952
RGB
CMYK
RGB Variations
Color information
#3F3952 (or 0x3F3952) is known color: Grape. HEX triplet: 3F, 39 and 52. RGB value is (63,57,82). Sum of RGB (Red+Green+Blue) = 63+57+82=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F3952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3952 is #C0C6AD. Grayscale: #3D3D3D. Windows color (decimal): -12633774 or 5388607. OLE color: 5388607.
HSL color Cylindrical-coordinate representation of color #3F3952: hue angle of 254.4º degrees, saturation: 0.18, 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 #3F3952 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 57 | 82 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.68 |
| HSL | 254.4º | 0.18% | 0.27% | - |
| HSV(B) | 254.4º | 0.3% | 0.32% | - |
| XYZ | 5.04 | 4.59 | 8.6 | - |
| YUV | 61.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 82 | 0.23 | 0.30 | 0 | 0.68 | 254.4 | 0.18 | 0.27 |
| Hex | 3F | 39 | 52 | 17 | 1E | 0 | 44 | FE | 12 | 1B |
| Octal | 77 | 71 | 122 | 27 | 36 | 0 | 104 | 376 | 22 | 33 |
| Binary | 111111 | 111001 | 1010010 | 10111 | 11110 | 0 | 1000100 | 11111110 | 10010 | 11011 |
Color Harmonies of #3F3952
Complementary color
Monochromatic Colors of #3F3952
Black with #3F3952
Text Example
Text Example
White with #3F3952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3952; }
p { color: rgb(63,57,82); }
H1.HeaderClassName
{
color: #3F3952;
}
.AnyTagClassName
{
color: #3F3952;
}
</style>
background-color css
<style>
a { background-color: #3F3952; }
a { background-color: rgb(63,57,82); }
div.DivClassName
{
background-color: #3F3952;
}
.BgClassName
{
background-color: #3F3952;
}
</style>
border-color css
<style>
span { border-color: #3F3952; }
span { border-color: rgb(63,57,82); }
td.TdClassName
{
border-color: #3F3952;
}
.TagClassName
{
border-color: #3F3952;
}
</style>