#312F1D

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

Shades of Maire #312F1D

Tints of Maire #312F1D

Color information

#312F1D (or 0x312F1D) is unknown color: approx Maire. HEX triplet: 31, 2F and 1D. RGB value is (49,47,29). Sum of RGB (Red+Green+Blue) = 49+47+29=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F1D is #CED0E2. Grayscale: #2D2D2D. Windows color (decimal): -13553891 or 1912625. OLE color: 1912625.

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

Color convert

RGB494729-
CMYK00.040.410.81
HSL54º25.64%15.29%-
HSV(B)54º40.82%19.22%-
XYZ2.52.771.57-
YUV45.55118.66130.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=39.2%
G=37.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472900.040.410.815425.6415.29
Hex312F1D042951361af
Octal6157350451121663217
Binary1100011011111110101001010011010001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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