#312B0E

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

Shades of Maire #312B0E

Tints of Maire #312B0E

Color information

#312B0E (or 0x312B0E) is unknown color: approx Maire. HEX triplet: 31, 2B and 0E. RGB value is (49,43,14). Sum of RGB (Red+Green+Blue) = 49+43+14=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B0E is #CED4F1. Grayscale: #292929. Windows color (decimal): -13554930 or 928561. OLE color: 928561.

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

Color convert

RGB494314-
CMYK00.120.710.81
HSL49.71º55.56%12.35%-
HSV(B)49.71º71.43%19.22%-
XYZ2.212.410.76-
YUV41.49112.49133.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=46.23%
G=40.57%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49431400.120.710.8149.7155.5612.35
Hex312BE0C47513238c
Octal615316014107121627014
Binary110001101011111001100100011110100011100101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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