#352E2B

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

Shades of Gondola #352E2B

Tints of Gondola #352E2B

Color information

#352E2B (or 0x352E2B) is unknown color: approx Gondola. HEX triplet: 35, 2E and 2B. RGB value is (53,46,43). Sum of RGB (Red+Green+Blue) = 53+46+43=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E2B is #CAD1D4. Grayscale: #2F2F2F. Windows color (decimal): -13291989 or 2829877. OLE color: 2829877.

HSL color Cylindrical-coordinate representation of color #352E2B: hue angle of 18º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #352E2B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB534643-
CMYK00.130.190.79
HSL18º10.42%18.82%-
HSV(B)18º18.87%20.78%-
XYZ2.882.892.69-
YUV47.75125.32131.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=37.32%
G=32.39%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53464300.130.190.791810.4218.82
Hex352E2B0D134F12a13
Octal65565301523117221223
Binary1101011011101010110110110011100111110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E2B; }

 p { color: rgb(53,46,43); }

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

<style>
 a { background-color: #352E2B; }

 a { background-color: rgb(53,46,43); }

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

<style>
 span { border-color: #352E2B; }

 span { border-color: rgb(53,46,43); }

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