#3D3950

Color #3D3950 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #3D3950

Tints of Grape #3D3950

Color information

#3D3950 (or 0x3D3950) is unknown color: approx Grape. HEX triplet: 3D, 39 and 50. RGB value is (61,57,80). Sum of RGB (Red+Green+Blue) = 61+57+80=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3950 is #C2C6AF. Grayscale: #3C3C3C. Windows color (decimal): -12764848 or 5257533. OLE color: 5257533.

HSL color Cylindrical-coordinate representation of color #3D3950: hue angle of 250.43º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D3950 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB615780-
CMYK0.240.2900.69
HSL250.43º16.79%26.86%-
HSV(B)250.43º28.75%31.37%-
XYZ4.844.58.2-
YUV60.82138.83128.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 30.81%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=30.81%
G=28.79%
B=40.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6157800.240.2900.69250.4316.7926.86
Hex3D3950181D045fa111b
Octal7571120303501053722133
Binary1111011110011010000110001110101000101111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D3950; }

 p { color: rgb(61,57,80); }

 H1.HeaderClassName
 {
   color: #3D3950;
 }
 .AnyTagClassName
 {
   color: #3D3950;
 }
</style>
background-color css

<style>
 a { background-color: #3D3950; }

 a { background-color: rgb(61,57,80); }

 div.DivClassName
 {
   background-color: #3D3950;
 }
 .BgClassName
 {
   background-color: #3D3950;
 }
</style>
border-color css

<style>
 span { border-color: #3D3950; }

 span { border-color: rgb(61,57,80); }

 td.TdClassName
 {
   border-color: #3D3950;
 }
 .TagClassName
 {
   border-color: #3D3950;
 }
</style>