#312F22

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

Shades of Maire #312F22

Tints of Maire #312F22

Color information

#312F22 (or 0x312F22) is unknown color: approx Maire. HEX triplet: 31, 2F and 22. RGB value is (49,47,34). Sum of RGB (Red+Green+Blue) = 49+47+34=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F22 is #CED0DD. Grayscale: #2E2E2E. Windows color (decimal): -13553886 or 2240305. OLE color: 2240305.

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

Color convert

RGB494734-
CMYK00.040.310.81
HSL52º18.07%16.27%-
HSV(B)52º30.61%19.22%-
XYZ2.572.81.92-
YUV46.12121.16130.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=37.69%
G=36.15%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49473400.040.310.815218.0716.27
Hex312F22041F51341210
Octal6157420437121642220
Binary11000110111110001001001111110100011101001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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