#312A11

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

Shades of Maire #312A11

Tints of Maire #312A11

Color information

#312A11 (or 0x312A11) is unknown color: approx Maire. HEX triplet: 31, 2A and 11. RGB value is (49,42,17). Sum of RGB (Red+Green+Blue) = 49+42+17=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A11 is #CED5EE. Grayscale: #292929. Windows color (decimal): -13555183 or 1124913. OLE color: 1124913.

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

Color convert

RGB494217-
CMYK00.140.650.81
HSL46.88º48.48%12.94%-
HSV(B)46.88º65.31%19.22%-
XYZ2.22.350.87-
YUV41.24114.32133.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=45.37%
G=38.89%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49421700.140.650.8146.8848.4812.94
Hex312A110E41512f30d
Octal615221016101121576015
Binary1100011010101000101110100000110100011011111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,17); }

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

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

 a { background-color: rgb(49,42,17); }

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

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

 span { border-color: rgb(49,42,17); }

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