#312F18

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

Shades of Maire #312F18

Tints of Maire #312F18

Color information

#312F18 (or 0x312F18) is unknown color: approx Maire. HEX triplet: 31, 2F and 18. RGB value is (49,47,24). Sum of RGB (Red+Green+Blue) = 49+47+24=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F18 is #CED0E7. Grayscale: #2D2D2D. Windows color (decimal): -13553896 or 1584945. OLE color: 1584945.

HSL color Cylindrical-coordinate representation of color #312F18: hue angle of 55.2º 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 #312F18 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB494724-
CMYK00.040.510.81
HSL55.2º34.25%14.31%-
HSV(B)55.2º51.02%19.22%-
XYZ2.452.751.27-
YUV44.98116.16130.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.83%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 24 (9.77% from 255) = 20%
R=40.83%
G=39.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472400.040.510.8155.234.2514.31
Hex312F180433513722e
Octal6157300463121674216
Binary11000110111111000010011001110100011101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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