#312D15

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

Shades of Maire #312D15

Tints of Maire #312D15

Color information

#312D15 (or 0x312D15) is unknown color: approx Maire. HEX triplet: 31, 2D and 15. RGB value is (49,45,21). Sum of RGB (Red+Green+Blue) = 49+45+21=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D15 is #CED2EA. Grayscale: #2B2B2B. Windows color (decimal): -13554411 or 1387825. OLE color: 1387825.

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

Color convert

RGB494521-
CMYK00.080.570.81
HSL51.43º40%13.73%-
HSV(B)51.43º57.14%19.22%-
XYZ2.342.581.08-
YUV43.46115.33131.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 45 (17.97% from 255) = 39.13%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=42.61%
G=39.13%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49452100.080.570.8151.434013.73
Hex312D150839513328e
Octal61552501071121635016
Binary110001101101101010100011100110100011100111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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