#312C0E

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

Shades of Maire #312C0E

Tints of Maire #312C0E

Color information

#312C0E (or 0x312C0E) is unknown color: approx Maire. HEX triplet: 31, 2C and 0E. RGB value is (49,44,14). Sum of RGB (Red+Green+Blue) = 49+44+14=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C0E is #CED3F1. Grayscale: #2A2A2A. Windows color (decimal): -13554674 or 928817. OLE color: 928817.

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

Color convert

RGB494414-
CMYK00.100.710.81
HSL51.43º55.56%12.35%-
HSV(B)51.43º71.43%19.22%-
XYZ2.252.490.78-
YUV42.08112.16132.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=45.79%
G=41.12%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49441400.100.710.8151.4355.5612.35
Hex312CE0A47513338c
Octal615416012107121637014
Binary110001101100111001010100011110100011100111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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