#312C19

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

Shades of Maire #312C19

Tints of Maire #312C19

Color information

#312C19 (or 0x312C19) is unknown color: approx Maire. HEX triplet: 31, 2C and 19. RGB value is (49,44,25). Sum of RGB (Red+Green+Blue) = 49+44+25=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C19 is #CED3E6. Grayscale: #2B2B2B. Windows color (decimal): -13554663 or 1649713. OLE color: 1649713.

HSL color Cylindrical-coordinate representation of color #312C19: hue angle of 47.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 #312C19 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB494425-
CMYK00.100.490.81
HSL47.5º32.43%14.51%-
HSV(B)47.5º48.98%19.22%-
XYZ2.342.521.28-
YUV43.33117.66132.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 25 (10.16% from 255) = 21.19%
R=41.53%
G=37.29%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442500.100.490.8147.532.4314.51
Hex312C190A31513020f
Octal61543101261121604017
Binary110001101100110010101011000110100011100001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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