#312E11

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

Shades of Maire #312E11

Tints of Maire #312E11

Color information

#312E11 (or 0x312E11) is unknown color: approx Maire. HEX triplet: 31, 2E and 11. RGB value is (49,46,17). Sum of RGB (Red+Green+Blue) = 49+46+17=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E11 is #CED1EE. Grayscale: #2B2B2B. Windows color (decimal): -13554159 or 1125937. OLE color: 1125937.

HSL color Cylindrical-coordinate representation of color #312E11: hue angle of 54.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312E11 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB494617-
CMYK00.060.650.81
HSL54.38º48.48%12.94%-
HSV(B)54.38º65.31%19.22%-
XYZ2.342.650.92-
YUV43.59112.99131.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 46 (18.36% from 255) = 41.07%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=43.75%
G=41.07%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49461700.060.650.8154.3848.4812.94
Hex312E110641513630d
Octal61562106101121666015
Binary110001101110100010110100000110100011101101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E11; }

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

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

<style>
 a { background-color: #312E11; }

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

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

<style>
 span { border-color: #312E11; }

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

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