#31290D

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

Shades of Maire #31290D

Tints of Maire #31290D

Color information

#31290D (or 0x31290D) is unknown color: approx Maire. HEX triplet: 31, 29 and 0D. RGB value is (49,41,13). Sum of RGB (Red+Green+Blue) = 49+41+13=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31290D is #CED6F2. Grayscale: #282828. Windows color (decimal): -13555443 or 862513. OLE color: 862513.

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

Color convert

RGB494113-
CMYK00.160.730.81
HSL46.67º58.06%12.16%-
HSV(B)46.67º73.47%19.22%-
XYZ2.132.270.71-
YUV40.2112.65134.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 13 (5.47% from 255) = 12.62%
R=47.57%
G=39.81%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49411300.160.730.8146.6758.0612.16
Hex3129D01049512f3ac
Octal615115020111121577214
Binary1100011010011101010000100100110100011011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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