#312D1D

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

Shades of Maire #312D1D

Tints of Maire #312D1D

Color information

#312D1D (or 0x312D1D) is unknown color: approx Maire. HEX triplet: 31, 2D and 1D. RGB value is (49,45,29). Sum of RGB (Red+Green+Blue) = 49+45+29=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D1D is #CED2E2. Grayscale: #2C2C2C. Windows color (decimal): -13554403 or 1912113. OLE color: 1912113.

HSL color Cylindrical-coordinate representation of color #312D1D: hue angle of 48º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312D1D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB494529-
CMYK00.080.410.81
HSL48º25.64%15.29%-
HSV(B)48º40.82%19.22%-
XYZ2.432.621.54-
YUV44.37119.33131.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=39.84%
G=36.59%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49452900.080.410.814825.6415.29
Hex312D1D082951301af
Octal61553501051121603217
Binary11000110110111101010001010011010001110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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