#3D312E

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

Shades of Gondola #3D312E

Tints of Gondola #3D312E

Color information

#3D312E (or 0x3D312E) is unknown color: approx Gondola. HEX triplet: 3D, 31 and 2E. RGB value is (61,49,46). Sum of RGB (Red+Green+Blue) = 61+49+46=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 61 - color contains mainly: red. Hex color #3D312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D312E is #C2CED1. Grayscale: #343434. Windows color (decimal): -12766930 or 3027261. OLE color: 3027261.

HSL color Cylindrical-coordinate representation of color #3D312E: hue angle of 12º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D312E is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB614946-
CMYK00.200.250.76
HSL12º14.02%20.98%-
HSV(B)12º24.59%23.92%-
XYZ3.523.393.05-
YUV52.25124.48134.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.10%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=39.10%
G=31.41%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61494600.200.250.761214.0220.98
Hex3D312E014194Cce15
Octal75615602431114141625
Binary1111011100011011100101001100110011001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,49,46); }

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

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

 a { background-color: rgb(61,49,46); }

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

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

 span { border-color: rgb(61,49,46); }

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