Shades of Grape #3D3850
Tints of Grape #3D3850
RGB
CMYK
RGB Variations
Color information
#3D3850 (or 0x3D3850) is known color: Grape. HEX triplet: 3D, 38 and 50. RGB value is (61,56,80). Sum of RGB (Red+Green+Blue) = 61+56+80=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3850 is #C2C7AF. Grayscale: #3C3C3C. Windows color (decimal): -12765104 or 5257277. OLE color: 5257277.
HSL color Cylindrical-coordinate representation of color #3D3850: hue angle of 252.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 #3D3850 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 56 | 80 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.69 |
| HSL | 252.5º | 0.18% | 0.27% | - |
| HSV(B) | 252.5º | 0.3% | 0.31% | - |
| XYZ | 4.79 | 4.4 | 8.19 | - |
| YUV | 60.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 80 | 0.24 | 0.30 | 0 | 0.69 | 252.5 | 0.18 | 0.27 |
| Hex | 3D | 38 | 50 | 18 | 1E | 0 | 45 | FD | 12 | 1B |
| Octal | 75 | 70 | 120 | 30 | 36 | 0 | 105 | 375 | 22 | 33 |
| Binary | 111101 | 111000 | 1010000 | 11000 | 11110 | 0 | 1000101 | 11111101 | 10010 | 11011 |
Color Harmonies of #3D3850
Complementary color
Monochromatic Colors of #3D3850
Black with #3D3850
Text Example
Text Example
White with #3D3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3850; }
p { color: rgb(61,56,80); }
H1.HeaderClassName
{
color: #3D3850;
}
.AnyTagClassName
{
color: #3D3850;
}
</style>
background-color css
<style>
a { background-color: #3D3850; }
a { background-color: rgb(61,56,80); }
div.DivClassName
{
background-color: #3D3850;
}
.BgClassName
{
background-color: #3D3850;
}
</style>
border-color css
<style>
span { border-color: #3D3850; }
span { border-color: rgb(61,56,80); }
td.TdClassName
{
border-color: #3D3850;
}
.TagClassName
{
border-color: #3D3850;
}
</style>