#312F0D

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

Shades of Maire #312F0D

Tints of Maire #312F0D

Color information

#312F0D (or 0x312F0D) is unknown color: approx Maire. HEX triplet: 31, 2F and 0D. RGB value is (49,47,13). Sum of RGB (Red+Green+Blue) = 49+47+13=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F0D is #CED0F2. Grayscale: #2B2B2B. Windows color (decimal): -13553907 or 864049. OLE color: 864049.

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

Color convert

RGB494713-
CMYK00.040.730.81
HSL56.67º58.06%12.16%-
HSV(B)56.67º73.47%19.22%-
XYZ2.362.720.78-
YUV43.72110.66131.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=44.95%
G=43.12%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49471300.040.730.8156.6758.0612.16
Hex312FD044951393ac
Octal61571504111121717214
Binary11000110111111010100100100110100011110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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