#312E10

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

Shades of Maire #312E10

Tints of Maire #312E10

Color information

#312E10 (or 0x312E10) is unknown color: approx Maire. HEX triplet: 31, 2E and 10. RGB value is (49,46,16). Sum of RGB (Red+Green+Blue) = 49+46+16=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E10 is #CED1EF. Grayscale: #2B2B2B. Windows color (decimal): -13554160 or 1060401. OLE color: 1060401.

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

Color convert

RGB494616-
CMYK00.060.670.81
HSL54.55º50.77%12.75%-
HSV(B)54.55º67.35%19.22%-
XYZ2.342.640.88-
YUV43.48112.49131.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=44.14%
G=41.44%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49461600.060.670.8154.5550.7712.75
Hex312E100643513733d
Octal61562006103121676315
Binary110001101110100000110100001110100011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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