#312A12

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

Shades of Maire #312A12

Tints of Maire #312A12

Color information

#312A12 (or 0x312A12) is unknown color: approx Maire. HEX triplet: 31, 2A and 12. RGB value is (49,42,18). Sum of RGB (Red+Green+Blue) = 49+42+18=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A12 is #CED5ED. Grayscale: #292929. Windows color (decimal): -13555182 or 1190449. OLE color: 1190449.

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

Color convert

RGB494218-
CMYK00.140.630.81
HSL46.45º46.27%13.14%-
HSV(B)46.45º63.27%19.22%-
XYZ2.22.350.91-
YUV41.36114.82133.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 42 (16.80% from 255) = 38.53%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=44.95%
G=38.53%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49421800.140.630.8146.4546.2713.14
Hex312A120E3F512e2ed
Octal61522201677121565615
Binary110001101010100100111011111110100011011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,18); }

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

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

 a { background-color: rgb(49,42,18); }

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

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

 span { border-color: rgb(49,42,18); }

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