#312F20

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

Shades of Maire #312F20

Tints of Maire #312F20

Color information

#312F20 (or 0x312F20) is unknown color: approx Maire. HEX triplet: 31, 2F and 20. RGB value is (49,47,32). Sum of RGB (Red+Green+Blue) = 49+47+32=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F20 is #CED0DF. Grayscale: #2D2D2D. Windows color (decimal): -13553888 or 2109233. OLE color: 2109233.

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

Color convert

RGB494732-
CMYK00.040.350.81
HSL52.94º20.99%15.88%-
HSV(B)52.94º34.69%19.22%-
XYZ2.542.791.77-
YUV45.89120.16130.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 32 (12.89% from 255) = 25%
R=38.28%
G=36.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49473200.040.350.8152.9420.9915.88
Hex312F20042351351510
Octal6157400443121652520
Binary110001101111100000010010001110100011101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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