#312D1E

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

Shades of Maire #312D1E

Tints of Maire #312D1E

Color information

#312D1E (or 0x312D1E) is unknown color: approx Maire. HEX triplet: 31, 2D and 1E. RGB value is (49,45,30). Sum of RGB (Red+Green+Blue) = 49+45+30=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D1E is #CED2E1. Grayscale: #2C2C2C. Windows color (decimal): -13554402 or 1977649. OLE color: 1977649.

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

Color convert

RGB494530-
CMYK00.080.390.81
HSL47.37º24.05%15.49%-
HSV(B)47.37º38.78%19.22%-
XYZ2.442.621.61-
YUV44.49119.83131.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=39.52%
G=36.29%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49453000.080.390.8147.3724.0515.49
Hex312D1E0827512f18f
Octal61553601047121573017
Binary11000110110111110010001001111010001101111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,30); }

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

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

 a { background-color: rgb(49,45,30); }

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

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

 span { border-color: rgb(49,45,30); }

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