Shades of Grape #3D3751
Tints of Grape #3D3751
RGB
CMYK
RGB Variations
Color information
#3D3751 (or 0x3D3751) is known color: Grape. HEX triplet: 3D, 37 and 51. RGB value is (61,55,81). Sum of RGB (Red+Green+Blue) = 61+55+81=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D3751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3751 is #C2C8AE. Grayscale: #3B3B3B. Windows color (decimal): -12765359 or 5322557. OLE color: 5322557.
HSL color Cylindrical-coordinate representation of color #3D3751: hue angle of 253.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D3751 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 55 | 81 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.68 |
| HSL | 253.85º | 0.19% | 0.27% | - |
| HSV(B) | 253.85º | 0.32% | 0.32% | - |
| XYZ | 4.78 | 4.32 | 8.37 | - |
| YUV | 59.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 81 | 0.25 | 0.32 | 0 | 0.68 | 253.85 | 0.19 | 0.27 |
| Hex | 3D | 37 | 51 | 19 | 20 | 0 | 44 | FE | 13 | 1B |
| Octal | 75 | 67 | 121 | 31 | 40 | 0 | 104 | 376 | 23 | 33 |
| Binary | 111101 | 110111 | 1010001 | 11001 | 100000 | 0 | 1000100 | 11111110 | 10011 | 11011 |
Color Harmonies of #3D3751
Complementary color
Monochromatic Colors of #3D3751
Black with #3D3751
Text Example
Text Example
White with #3D3751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3751; }
p { color: rgb(61,55,81); }
H1.HeaderClassName
{
color: #3D3751;
}
.AnyTagClassName
{
color: #3D3751;
}
</style>
background-color css
<style>
a { background-color: #3D3751; }
a { background-color: rgb(61,55,81); }
div.DivClassName
{
background-color: #3D3751;
}
.BgClassName
{
background-color: #3D3751;
}
</style>
border-color css
<style>
span { border-color: #3D3751; }
span { border-color: rgb(61,55,81); }
td.TdClassName
{
border-color: #3D3751;
}
.TagClassName
{
border-color: #3D3751;
}
</style>