#312C16

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

Shades of Maire #312C16

Tints of Maire #312C16

Color information

#312C16 (or 0x312C16) is unknown color: approx Maire. HEX triplet: 31, 2C and 16. RGB value is (49,44,22). Sum of RGB (Red+Green+Blue) = 49+44+22=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C16 is #CED3E9. Grayscale: #2B2B2B. Windows color (decimal): -13554666 or 1453105. OLE color: 1453105.

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

Color convert

RGB494422-
CMYK00.100.550.81
HSL48.89º38.03%13.92%-
HSV(B)48.89º55.1%19.22%-
XYZ2.312.511.12-
YUV42.99116.16132.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=42.61%
G=38.26%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442200.100.550.8148.8938.0313.92
Hex312C160A37513126e
Octal61542601267121614616
Binary110001101100101100101011011110100011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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