Shades of Grape #3D394F
Tints of Grape #3D394F
RGB
CMYK
RGB Variations
Color information
#3D394F (or 0x3D394F) is known color: Grape. HEX triplet: 3D, 39 and 4F. RGB value is (61,57,79). Sum of RGB (Red+Green+Blue) = 61+57+79=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D394F is #C2C6B0. Grayscale: #3C3C3C. Windows color (decimal): -12764849 or 5191997. OLE color: 5191997.
HSL color Cylindrical-coordinate representation of color #3D394F: hue angle of 250.91º 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 #3D394F is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 57 | 79 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.69 |
| HSL | 250.91º | 0.16% | 0.27% | - |
| HSV(B) | 250.91º | 0.28% | 0.31% | - |
| XYZ | 4.8 | 4.48 | 8.01 | - |
| YUV | 60.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 79 | 0.23 | 0.28 | 0 | 0.69 | 250.91 | 0.16 | 0.27 |
| Hex | 3D | 39 | 4F | 17 | 1C | 0 | 45 | FB | 10 | 1B |
| Octal | 75 | 71 | 117 | 27 | 34 | 0 | 105 | 373 | 20 | 33 |
| Binary | 111101 | 111001 | 1001111 | 10111 | 11100 | 0 | 1000101 | 11111011 | 10000 | 11011 |
Color Harmonies of #3D394F
Complementary color
Monochromatic Colors of #3D394F
Black with #3D394F
Text Example
Text Example
White with #3D394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D394F; }
p { color: rgb(61,57,79); }
H1.HeaderClassName
{
color: #3D394F;
}
.AnyTagClassName
{
color: #3D394F;
}
</style>
background-color css
<style>
a { background-color: #3D394F; }
a { background-color: rgb(61,57,79); }
div.DivClassName
{
background-color: #3D394F;
}
.BgClassName
{
background-color: #3D394F;
}
</style>
border-color css
<style>
span { border-color: #3D394F; }
span { border-color: rgb(61,57,79); }
td.TdClassName
{
border-color: #3D394F;
}
.TagClassName
{
border-color: #3D394F;
}
</style>