#312C18

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

Shades of Maire #312C18

Tints of Maire #312C18

Color information

#312C18 (or 0x312C18) is unknown color: approx Maire. HEX triplet: 31, 2C and 18. RGB value is (49,44,24). Sum of RGB (Red+Green+Blue) = 49+44+24=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C18 is #CED3E7. Grayscale: #2B2B2B. Windows color (decimal): -13554664 or 1584177. OLE color: 1584177.

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

Color convert

RGB494424-
CMYK00.100.510.81
HSL48º34.25%14.31%-
HSV(B)48º51.02%19.22%-
XYZ2.332.521.23-
YUV43.22117.16132.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 44 (17.58% from 255) = 37.61%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=41.88%
G=37.61%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442400.100.510.814834.2514.31
Hex312C180A33513022e
Octal61543001263121604216
Binary110001101100110000101011001110100011100001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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