#312F1E

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

Shades of Maire #312F1E

Tints of Maire #312F1E

Color information

#312F1E (or 0x312F1E) is unknown color: approx Maire. HEX triplet: 31, 2F and 1E. RGB value is (49,47,30). Sum of RGB (Red+Green+Blue) = 49+47+30=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F1E is #CED0E1. Grayscale: #2D2D2D. Windows color (decimal): -13553890 or 1978161. OLE color: 1978161.

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

Color convert

RGB494730-
CMYK00.040.390.81
HSL53.68º24.05%15.49%-
HSV(B)53.68º38.78%19.22%-
XYZ2.522.781.63-
YUV45.66119.16130.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=38.89%
G=37.30%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49473000.040.390.8153.6824.0515.49
Hex312F1E0427513618f
Octal6157360447121663017
Binary1100011011111111001001001111010001110110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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