#312C14

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

Shades of Maire #312C14

Tints of Maire #312C14

Color information

#312C14 (or 0x312C14) is unknown color: approx Maire. HEX triplet: 31, 2C and 14. RGB value is (49,44,20). Sum of RGB (Red+Green+Blue) = 49+44+20=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C14 is #CED3EB. Grayscale: #2A2A2A. Windows color (decimal): -13554668 or 1322033. OLE color: 1322033.

HSL color Cylindrical-coordinate representation of color #312C14: hue angle of 49.66º 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 #312C14 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB494420-
CMYK00.100.590.81
HSL49.66º42.03%13.53%-
HSV(B)49.66º59.18%19.22%-
XYZ2.292.51.02-
YUV42.76115.16132.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=43.36%
G=38.94%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442000.100.590.8149.6642.0313.53
Hex312C140A3B51322ae
Octal61542401273121625216
Binary110001101100101000101011101110100011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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