#322E1F

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

Shades of Maire #322E1F

Tints of Maire #322E1F

Color information

#322E1F (or 0x322E1F) is unknown color: approx Maire. HEX triplet: 32, 2E and 1F. RGB value is (50,46,31). Sum of RGB (Red+Green+Blue) = 50+46+31=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E1F is #CDD1E0. Grayscale: #2D2D2D. Windows color (decimal): -13488609 or 2043442. OLE color: 2043442.

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

Color convert

RGB504631-
CMYK00.080.380.80
HSL47.37º23.46%15.88%-
HSV(B)47.37º38%19.61%-
XYZ2.542.731.69-
YUV45.49119.83131.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=39.37%
G=36.22%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50463100.080.380.8047.3723.4615.88
Hex322E1F0826502f1710
Octal62563701046120572720
Binary110010101110111110100010011010100001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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