#312E1F

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

Shades of Maire #312E1F

Tints of Maire #312E1F

Color information

#312E1F (or 0x312E1F) is unknown color: approx Maire. HEX triplet: 31, 2E and 1F. RGB value is (49,46,31). Sum of RGB (Red+Green+Blue) = 49+46+31=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E1F is #CED1E0. Grayscale: #2D2D2D. Windows color (decimal): -13554145 or 2043441. OLE color: 2043441.

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

Color convert

RGB494631-
CMYK00.060.370.81
HSL50º22.5%15.69%-
HSV(B)50º36.73%19.22%-
XYZ2.492.711.69-
YUV45.19119.99130.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=38.89%
G=36.51%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49463100.060.370.815022.515.69
Hex312E1F062551321610
Octal6156370645121622620
Binary11000110111011111011010010110100011100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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