#322E1D

Color #322E1D Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #322E1D

Tints of Maire #322E1D

Color information

#322E1D (or 0x322E1D) is unknown color: approx Maire. HEX triplet: 32, 2E and 1D. RGB value is (50,46,29). Sum of RGB (Red+Green+Blue) = 50+46+29=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E1D is #CDD1E2. Grayscale: #2D2D2D. Windows color (decimal): -13488611 or 1912370. OLE color: 1912370.

HSL color Cylindrical-coordinate representation of color #322E1D: hue angle of 48.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #322E1D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB504629-
CMYK00.080.420.80
HSL48.57º26.58%15.49%-
HSV(B)48.57º42%19.61%-
XYZ2.512.721.56-
YUV45.26118.83131.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=40%
G=36.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50462900.080.420.8048.5726.5815.49
Hex322E1D082A50311bf
Octal62563501052120613317
Binary11001010111011101010001010101010000110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322E1D; }

 p { color: rgb(50,46,29); }

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

<style>
 a { background-color: #322E1D; }

 a { background-color: rgb(50,46,29); }

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

<style>
 span { border-color: #322E1D; }

 span { border-color: rgb(50,46,29); }

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