#312E1C

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

Shades of Maire #312E1C

Tints of Maire #312E1C

Color information

#312E1C (or 0x312E1C) is unknown color: approx Maire. HEX triplet: 31, 2E and 1C. RGB value is (49,46,28). Sum of RGB (Red+Green+Blue) = 49+46+28=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E1C is #CED1E3. Grayscale: #2C2C2C. Windows color (decimal): -13554148 or 1846833. OLE color: 1846833.

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

Color convert

RGB494628-
CMYK00.060.430.81
HSL51.43º27.27%15.1%-
HSV(B)51.43º42.86%19.22%-
XYZ2.452.691.49-
YUV44.84118.49130.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=39.84%
G=37.40%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49462800.060.430.8151.4327.2715.1
Hex312E1C062B51331bf
Octal6156340653121633317
Binary1100011011101110001101010111010001110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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