#312D14

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

Shades of Maire #312D14

Tints of Maire #312D14

Color information

#312D14 (or 0x312D14) is unknown color: approx Maire. HEX triplet: 31, 2D and 14. RGB value is (49,45,20). Sum of RGB (Red+Green+Blue) = 49+45+20=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D14 is #CED2EB. Grayscale: #2B2B2B. Windows color (decimal): -13554412 or 1322289. OLE color: 1322289.

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

Color convert

RGB494520-
CMYK00.080.590.81
HSL51.72º42.03%13.53%-
HSV(B)51.72º59.18%19.22%-
XYZ2.332.581.04-
YUV43.35114.83132.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=42.98%
G=39.47%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49452000.080.590.8151.7242.0313.53
Hex312D14083B51342ae
Octal61552401073121645216
Binary110001101101101000100011101110100011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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