#312E0F

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

Shades of Maire #312E0F

Tints of Maire #312E0F

Color information

#312E0F (or 0x312E0F) is unknown color: approx Maire. HEX triplet: 31, 2E and 0F. RGB value is (49,46,15). Sum of RGB (Red+Green+Blue) = 49+46+15=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E0F is #CED1F0. Grayscale: #2B2B2B. Windows color (decimal): -13554161 or 994865. OLE color: 994865.

HSL color Cylindrical-coordinate representation of color #312E0F: hue angle of 54.71º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312E0F is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB494615-
CMYK00.060.690.81
HSL54.71º53.12%12.55%-
HSV(B)54.71º69.39%19.22%-
XYZ2.332.640.84-
YUV43.36111.99132.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 46 (18.36% from 255) = 41.82%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=44.55%
G=41.82%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49461500.060.690.8154.7153.1212.55
Hex312EF0645513735d
Octal61561706105121676515
Binary11000110111011110110100010110100011101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,15); }

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

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

 a { background-color: rgb(49,46,15); }

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

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

 span { border-color: rgb(49,46,15); }

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