#312911

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

Shades of Maire #312911

Tints of Maire #312911

Color information

#312911 (or 0x312911) is unknown color: approx Maire. HEX triplet: 31, 29 and 11. RGB value is (49,41,17). Sum of RGB (Red+Green+Blue) = 49+41+17=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312911 is #CED6EE. Grayscale: #282828. Windows color (decimal): -13555439 or 1124657. OLE color: 1124657.

HSL color Cylindrical-coordinate representation of color #312911: hue angle of 45º 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 #312911 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB494117-
CMYK00.160.650.81
HSL45º48.48%12.94%-
HSV(B)45º65.31%19.22%-
XYZ2.162.280.86-
YUV40.66114.65133.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=45.79%
G=38.32%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49411700.160.650.814548.4812.94
Hex31291101041512d30d
Octal615121020101121556015
Binary11000110100110001010000100000110100011011011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312911; }

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

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

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

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

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

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

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

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