#312E1E

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

Shades of Maire #312E1E

Tints of Maire #312E1E

Color information

#312E1E (or 0x312E1E) is unknown color: approx Maire. HEX triplet: 31, 2E and 1E. RGB value is (49,46,30). Sum of RGB (Red+Green+Blue) = 49+46+30=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E1E is #CED1E1. Grayscale: #2D2D2D. Windows color (decimal): -13554146 or 1977905. OLE color: 1977905.

HSL color Cylindrical-coordinate representation of color #312E1E: hue angle of 50.53º 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 #312E1E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB494630-
CMYK00.060.390.81
HSL50.53º24.05%15.49%-
HSV(B)50.53º38.78%19.22%-
XYZ2.482.71.62-
YUV45.07119.49130.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 46 (18.36% from 255) = 36.8%
BLUE value IS 30 (12.11% from 255) = 24%
R=39.2%
G=36.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49463000.060.390.8150.5324.0515.49
Hex312E1E0627513318f
Octal6156360647121633017
Binary1100011011101111001101001111010001110011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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