#312D1F

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

Shades of Maire #312D1F

Tints of Maire #312D1F

Color information

#312D1F (or 0x312D1F) is unknown color: approx Maire. HEX triplet: 31, 2D and 1F. RGB value is (49,45,31). Sum of RGB (Red+Green+Blue) = 49+45+31=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D1F is #CED2E0. Grayscale: #2C2C2C. Windows color (decimal): -13554401 or 2043185. OLE color: 2043185.

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

Color convert

RGB494531-
CMYK00.080.370.81
HSL46.67º22.5%15.69%-
HSV(B)46.67º36.73%19.22%-
XYZ2.452.631.67-
YUV44.6120.33131.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=39.2%
G=36%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49453100.080.370.8146.6722.515.69
Hex312D1F0825512f1610
Octal61553701045121572620
Binary110001101101111110100010010110100011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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