#312F1B

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

Shades of Maire #312F1B

Tints of Maire #312F1B

Color information

#312F1B (or 0x312F1B) is unknown color: approx Maire. HEX triplet: 31, 2F and 1B. RGB value is (49,47,27). Sum of RGB (Red+Green+Blue) = 49+47+27=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F1B is #CED0E4. Grayscale: #2D2D2D. Windows color (decimal): -13553893 or 1781553. OLE color: 1781553.

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

Color convert

RGB494727-
CMYK00.040.450.81
HSL54.55º28.95%14.9%-
HSV(B)54.55º44.9%19.22%-
XYZ2.482.771.44-
YUV45.32117.66130.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 47 (18.75% from 255) = 38.21%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=39.84%
G=38.21%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472700.040.450.8154.5528.9514.9
Hex312F1B042D51371df
Octal6157330455121673517
Binary1100011011111101101001011011010001110111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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