#312B14

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

Shades of Maire #312B14

Tints of Maire #312B14

Color information

#312B14 (or 0x312B14) is unknown color: approx Maire. HEX triplet: 31, 2B and 14. RGB value is (49,43,20). Sum of RGB (Red+Green+Blue) = 49+43+20=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #312B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B14 is #CED4EB. Grayscale: #2A2A2A. Windows color (decimal): -13554924 or 1321777. OLE color: 1321777.

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

Color convert

RGB494320-
CMYK00.120.590.81
HSL47.59º42.03%13.53%-
HSV(B)47.59º59.18%19.22%-
XYZ2.262.431.01-
YUV42.17115.49132.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=43.75%
G=38.39%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49432000.120.590.8147.5942.0313.53
Hex312B140C3B51302ae
Octal61532401473121605216
Binary110001101011101000110011101110100011100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,20); }

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

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

 a { background-color: rgb(49,43,20); }

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

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

 span { border-color: rgb(49,43,20); }

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