#312E15

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

Shades of Maire #312E15

Tints of Maire #312E15

Color information

#312E15 (or 0x312E15) is unknown color: approx Maire. HEX triplet: 31, 2E and 15. RGB value is (49,46,21). Sum of RGB (Red+Green+Blue) = 49+46+21=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E15 is #CED1EA. Grayscale: #2C2C2C. Windows color (decimal): -13554155 or 1388081. OLE color: 1388081.

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

Color convert

RGB494621-
CMYK00.060.570.81
HSL53.57º40%13.73%-
HSV(B)53.57º57.14%19.22%-
XYZ2.382.661.1-
YUV44.05114.99131.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=42.24%
G=39.66%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49462100.060.570.8153.574013.73
Hex312E150639513628e
Octal6156250671121665016
Binary11000110111010101011011100110100011101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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