#312F1C

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

Shades of Maire #312F1C

Tints of Maire #312F1C

Color information

#312F1C (or 0x312F1C) is unknown color: approx Maire. HEX triplet: 31, 2F and 1C. RGB value is (49,47,28). Sum of RGB (Red+Green+Blue) = 49+47+28=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F1C is #CED0E3. Grayscale: #2D2D2D. Windows color (decimal): -13553892 or 1847089. OLE color: 1847089.

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

Color convert

RGB494728-
CMYK00.040.430.81
HSL54.29º27.27%15.1%-
HSV(B)54.29º42.86%19.22%-
XYZ2.492.771.5-
YUV45.43118.16130.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=39.52%
G=37.90%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472800.040.430.8154.2927.2715.1
Hex312F1C042B51361bf
Octal6157340453121663317
Binary1100011011111110001001010111010001110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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