#3D3A50

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

Shades of Grape #3D3A50

Tints of Grape #3D3A50

Color information

#3D3A50 (or 0x3D3A50) is unknown color: approx Grape. HEX triplet: 3D, 3A and 50. RGB value is (61,58,80). Sum of RGB (Red+Green+Blue) = 61+58+80=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 58 (23.05% from 255 or 29.15% 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 #3D3A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3A50 is #C2C5AF. Grayscale: #3D3D3D. Windows color (decimal): -12764592 or 5257789. OLE color: 5257789.

HSL color Cylindrical-coordinate representation of color #3D3A50: hue angle of 248.18º 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 #3D3A50 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB615880-
CMYK0.240.2800.69
HSL248.18º15.94%27.06%-
HSV(B)248.18º27.5%31.37%-
XYZ4.894.68.22-
YUV61.4138.49127.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.65%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=30.65%
G=29.15%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6158800.240.2800.69248.1815.9427.06
Hex3D3A50181C045f8101b
Octal7572120303401053702033
Binary1111011110101010000110001110001000101111110001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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