#353A31

Color #353A31 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #353A31

Tints of Mallard #353A31

Color information

#353A31 (or 0x353A31) is unknown color: approx Mallard. HEX triplet: 35, 3A and 31. RGB value is (53,58,49). Sum of RGB (Red+Green+Blue) = 53+58+49=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 58 - color contains mainly: green. Hex color #353A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A31 is #CAC5CE. Grayscale: #373737. Windows color (decimal): -13288911 or 3226165. OLE color: 3226165.

HSL color Cylindrical-coordinate representation of color #353A31: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #353A31 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB535849-
CMYK0.0900.160.77
HSL93.33º8.41%20.98%-
HSV(B)93.33º15.52%22.75%-
XYZ3.5443.49-
YUV55.48124.34126.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=33.12%
G=36.25%
B=30.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358490.0900.160.7793.338.4120.98
Hex353A3190104D5d815
Octal657261110201151351025
Binary110101111010110001100101000010011011011101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A31; }

 p { color: rgb(53,58,49); }

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

<style>
 a { background-color: #353A31; }

 a { background-color: rgb(53,58,49); }

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

<style>
 span { border-color: #353A31; }

 span { border-color: rgb(53,58,49); }

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