#312C15

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

Shades of Maire #312C15

Tints of Maire #312C15

Color information

#312C15 (or 0x312C15) is unknown color: approx Maire. HEX triplet: 31, 2C and 15. RGB value is (49,44,21). Sum of RGB (Red+Green+Blue) = 49+44+21=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #312C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C15 is #CED3EA. Grayscale: #2A2A2A. Windows color (decimal): -13554667 or 1387569. OLE color: 1387569.

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

Color convert

RGB494421-
CMYK00.100.570.81
HSL49.29º40%13.73%-
HSV(B)49.29º57.14%19.22%-
XYZ2.32.511.07-
YUV42.87115.66132.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=42.98%
G=38.60%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442100.100.570.8149.294013.73
Hex312C150A39513128e
Octal61542501271121615016
Binary110001101100101010101011100110100011100011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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