#312B16

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

Shades of Maire #312B16

Tints of Maire #312B16

Color information

#312B16 (or 0x312B16) is unknown color: approx Maire. HEX triplet: 31, 2B and 16. RGB value is (49,43,22). Sum of RGB (Red+Green+Blue) = 49+43+22=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B16 is #CED4E9. Grayscale: #2A2A2A. Windows color (decimal): -13554922 or 1452849. OLE color: 1452849.

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

Color convert

RGB494322-
CMYK00.120.550.81
HSL46.67º38.03%13.92%-
HSV(B)46.67º55.1%19.22%-
XYZ2.282.441.11-
YUV42.4116.49132.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=42.98%
G=37.72%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49432200.120.550.8146.6738.0313.92
Hex312B160C37512f26e
Octal61532601467121574616
Binary110001101011101100110011011110100011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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