#312F16

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

Shades of Maire #312F16

Tints of Maire #312F16

Color information

#312F16 (or 0x312F16) is unknown color: approx Maire. HEX triplet: 31, 2F and 16. RGB value is (49,47,22). Sum of RGB (Red+Green+Blue) = 49+47+22=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F16 is #CED0E9. Grayscale: #2C2C2C. Windows color (decimal): -13553898 or 1453873. OLE color: 1453873.

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

Color convert

RGB494722-
CMYK00.040.550.81
HSL55.56º38.03%13.92%-
HSV(B)55.56º55.1%19.22%-
XYZ2.432.741.16-
YUV44.75115.16131.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 22 (8.98% from 255) = 18.64%
R=41.53%
G=39.83%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472200.040.550.8155.5638.0313.92
Hex312F160437513826e
Octal6157260467121704616
Binary11000110111110110010011011110100011110001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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