#312E17

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

Shades of Maire #312E17

Tints of Maire #312E17

Color information

#312E17 (or 0x312E17) is unknown color: approx Maire. HEX triplet: 31, 2E and 17. RGB value is (49,46,23). Sum of RGB (Red+Green+Blue) = 49+46+23=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E17 is #CED1E8. Grayscale: #2C2C2C. Windows color (decimal): -13554153 or 1519153. OLE color: 1519153.

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

Color convert

RGB494623-
CMYK00.060.530.81
HSL53.08º36.11%14.12%-
HSV(B)53.08º53.06%19.22%-
XYZ2.42.671.2-
YUV44.28115.99131.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 23 (9.38% from 255) = 19.49%
R=41.53%
G=38.98%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49462300.060.530.8153.0836.1114.12
Hex312E170635513524e
Octal6156270665121654416
Binary11000110111010111011011010110100011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,23); }

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

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

 a { background-color: rgb(49,46,23); }

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

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

 span { border-color: rgb(49,46,23); }

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