#312D16

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

Shades of Maire #312D16

Tints of Maire #312D16

Color information

#312D16 (or 0x312D16) is unknown color: approx Maire. HEX triplet: 31, 2D and 16. RGB value is (49,45,22). Sum of RGB (Red+Green+Blue) = 49+45+22=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D16 is #CED2E9. Grayscale: #2B2B2B. Windows color (decimal): -13554410 or 1453361. OLE color: 1453361.

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

Color convert

RGB494522-
CMYK00.080.550.81
HSL51.11º38.03%13.92%-
HSV(B)51.11º55.1%19.22%-
XYZ2.352.591.13-
YUV43.57115.83131.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=42.24%
G=38.79%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49452200.080.550.8151.1138.0313.92
Hex312D160837513326e
Octal61552601067121634616
Binary110001101101101100100011011110100011100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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