Shades of Grape #3F3953
Tints of Grape #3F3953
RGB
CMYK
RGB Variations
Color information
#3F3953 (or 0x3F3953) is known color: Grape. HEX triplet: 3F, 39 and 53. RGB value is (63,57,83). Sum of RGB (Red+Green+Blue) = 63+57+83=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F3953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3953 is #C0C6AC. Grayscale: #3D3D3D. Windows color (decimal): -12633773 or 5454143. OLE color: 5454143.
HSL color Cylindrical-coordinate representation of color #3F3953: hue angle of 253.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F3953 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 57 | 83 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.67 |
| HSL | 253.85º | 0.19% | 0.27% | - |
| HSV(B) | 253.85º | 0.31% | 0.33% | - |
| XYZ | 5.07 | 4.61 | 8.81 | - |
| YUV | 61.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 83 | 0.24 | 0.31 | 0 | 0.67 | 253.85 | 0.19 | 0.27 |
| Hex | 3F | 39 | 53 | 18 | 1F | 0 | 43 | FE | 13 | 1B |
| Octal | 77 | 71 | 123 | 30 | 37 | 0 | 103 | 376 | 23 | 33 |
| Binary | 111111 | 111001 | 1010011 | 11000 | 11111 | 0 | 1000011 | 11111110 | 10011 | 11011 |
Color Harmonies of #3F3953
Complementary color
Monochromatic Colors of #3F3953
Black with #3F3953
Text Example
Text Example
White with #3F3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3953; }
p { color: rgb(63,57,83); }
H1.HeaderClassName
{
color: #3F3953;
}
.AnyTagClassName
{
color: #3F3953;
}
</style>
background-color css
<style>
a { background-color: #3F3953; }
a { background-color: rgb(63,57,83); }
div.DivClassName
{
background-color: #3F3953;
}
.BgClassName
{
background-color: #3F3953;
}
</style>
border-color css
<style>
span { border-color: #3F3953; }
span { border-color: rgb(63,57,83); }
td.TdClassName
{
border-color: #3F3953;
}
.TagClassName
{
border-color: #3F3953;
}
</style>