#312F15

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

Shades of Maire #312F15

Tints of Maire #312F15

Color information

#312F15 (or 0x312F15) is unknown color: approx Maire. HEX triplet: 31, 2F and 15. RGB value is (49,47,21). Sum of RGB (Red+Green+Blue) = 49+47+21=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F15 is #CED0EA. Grayscale: #2C2C2C. Windows color (decimal): -13553899 or 1388337. OLE color: 1388337.

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

Color convert

RGB494721-
CMYK00.040.570.81
HSL55.71º40%13.73%-
HSV(B)55.71º57.14%19.22%-
XYZ2.422.741.11-
YUV44.63114.66131.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=41.88%
G=40.17%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472100.040.570.8155.714013.73
Hex312F150439513828e
Octal6157250471121705016
Binary11000110111110101010011100110100011110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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