#312E19

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

Shades of Maire #312E19

Tints of Maire #312E19

Color information

#312E19 (or 0x312E19) is unknown color: approx Maire. HEX triplet: 31, 2E and 19. RGB value is (49,46,25). Sum of RGB (Red+Green+Blue) = 49+46+25=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E19 is #CED1E6. Grayscale: #2C2C2C. Windows color (decimal): -13554151 or 1650225. OLE color: 1650225.

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

Color convert

RGB494625-
CMYK00.060.490.81
HSL52.5º32.43%14.51%-
HSV(B)52.5º48.98%19.22%-
XYZ2.422.681.31-
YUV44.5116.99131.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 46 (18.36% from 255) = 38.33%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=40.83%
G=38.33%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49462500.060.490.8152.532.4314.51
Hex312E190631513420f
Octal6156310661121644017
Binary11000110111011001011011000110100011101001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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