#312F11

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

Shades of Maire #312F11

Tints of Maire #312F11

Color information

#312F11 (or 0x312F11) is unknown color: approx Maire. HEX triplet: 31, 2F and 11. RGB value is (49,47,17). Sum of RGB (Red+Green+Blue) = 49+47+17=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F11 is #CED0EE. Grayscale: #2C2C2C. Windows color (decimal): -13553903 or 1126193. OLE color: 1126193.

HSL color Cylindrical-coordinate representation of color #312F11: hue angle of 56.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312F11 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB494717-
CMYK00.040.650.81
HSL56.25º48.48%12.94%-
HSV(B)56.25º65.31%19.22%-
XYZ2.382.730.93-
YUV44.18112.66131.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 47 (18.75% from 255) = 41.59%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=43.36%
G=41.59%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49471700.040.650.8156.2548.4812.94
Hex312F110441513830d
Octal61572104101121706015
Binary110001101111100010100100000110100011110001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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