#312B0D

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

Shades of Maire #312B0D

Tints of Maire #312B0D

Color information

#312B0D (or 0x312B0D) is unknown color: approx Maire. HEX triplet: 31, 2B and 0D. RGB value is (49,43,13). Sum of RGB (Red+Green+Blue) = 49+43+13=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B0D is #CED4F2. Grayscale: #292929. Windows color (decimal): -13554931 or 863025. OLE color: 863025.

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

Color convert

RGB494313-
CMYK00.120.730.81
HSL50º58.06%12.16%-
HSV(B)50º73.47%19.22%-
XYZ2.22.410.73-
YUV41.37111.99133.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 43 (17.19% from 255) = 40.95%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=46.67%
G=40.95%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49431300.120.730.815058.0612.16
Hex312BD0C4951323ac
Octal615315014111121627214
Binary110001101011110101100100100110100011100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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