Shades of Grape #3F3850
Tints of Grape #3F3850
RGB
CMYK
RGB Variations
Color information
#3F3850 (or 0x3F3850) is known color: Grape. HEX triplet: 3F, 38 and 50. RGB value is (63,56,80). Sum of RGB (Red+Green+Blue) = 63+56+80=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3850 is #C0C7AF. Grayscale: #3C3C3C. Windows color (decimal): -12634032 or 5257279. OLE color: 5257279.
HSL color Cylindrical-coordinate representation of color #3F3850: hue angle of 257.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F3850 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 56 | 80 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.69 |
| HSL | 257.5º | 0.18% | 0.27% | - |
| HSV(B) | 257.5º | 0.3% | 0.31% | - |
| XYZ | 4.91 | 4.46 | 8.19 | - |
| YUV | 60.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 80 | 0.21 | 0.30 | 0 | 0.69 | 257.5 | 0.18 | 0.27 |
| Hex | 3F | 38 | 50 | 15 | 1E | 0 | 45 | 102 | 12 | 1B |
| Octal | 77 | 70 | 120 | 25 | 36 | 0 | 105 | 402 | 22 | 33 |
| Binary | 111111 | 111000 | 1010000 | 10101 | 11110 | 0 | 1000101 | 100000010 | 10010 | 11011 |
Color Harmonies of #3F3850
Complementary color
Monochromatic Colors of #3F3850
Black with #3F3850
Text Example
Text Example
White with #3F3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3850; }
p { color: rgb(63,56,80); }
H1.HeaderClassName
{
color: #3F3850;
}
.AnyTagClassName
{
color: #3F3850;
}
</style>
background-color css
<style>
a { background-color: #3F3850; }
a { background-color: rgb(63,56,80); }
div.DivClassName
{
background-color: #3F3850;
}
.BgClassName
{
background-color: #3F3850;
}
</style>
border-color css
<style>
span { border-color: #3F3850; }
span { border-color: rgb(63,56,80); }
td.TdClassName
{
border-color: #3F3850;
}
.TagClassName
{
border-color: #3F3850;
}
</style>