#31290E

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

Shades of Maire #31290E

Tints of Maire #31290E

Color information

#31290E (or 0x31290E) is unknown color: approx Maire. HEX triplet: 31, 29 and 0E. RGB value is (49,41,14). Sum of RGB (Red+Green+Blue) = 49+41+14=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #31290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31290E is #CED6F1. Grayscale: #282828. Windows color (decimal): -13555442 or 928049. OLE color: 928049.

HSL color Cylindrical-coordinate representation of color #31290E: hue angle of 46.29º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31290E is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB494114-
CMYK00.160.710.81
HSL46.29º55.56%12.35%-
HSV(B)46.29º71.43%19.22%-
XYZ2.142.270.74-
YUV40.31113.15134.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=47.12%
G=39.42%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49411400.160.710.8146.2955.5612.35
Hex3129E01047512e38c
Octal615116020107121567014
Binary1100011010011110010000100011110100011011101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31290E; }

 p { color: rgb(49,41,14); }

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

<style>
 a { background-color: #31290E; }

 a { background-color: rgb(49,41,14); }

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

<style>
 span { border-color: #31290E; }

 span { border-color: rgb(49,41,14); }

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