#312A13

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

Shades of Maire #312A13

Tints of Maire #312A13

Color information

#312A13 (or 0x312A13) is unknown color: approx Maire. HEX triplet: 31, 2A and 13. RGB value is (49,42,19). Sum of RGB (Red+Green+Blue) = 49+42+19=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A13 is #CED5EC. Grayscale: #292929. Windows color (decimal): -13555181 or 1255985. OLE color: 1255985.

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

Color convert

RGB494219-
CMYK00.140.610.81
HSL46º44.12%13.33%-
HSV(B)46º61.22%19.22%-
XYZ2.212.360.95-
YUV41.47115.32133.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=44.55%
G=38.18%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49421900.140.610.814644.1213.33
Hex312A130E3D512e2cd
Octal61522301675121565415
Binary110001101010100110111011110110100011011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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