#312A10

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

Shades of Maire #312A10

Tints of Maire #312A10

Color information

#312A10 (or 0x312A10) is unknown color: approx Maire. HEX triplet: 31, 2A and 10. RGB value is (49,42,16). Sum of RGB (Red+Green+Blue) = 49+42+16=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A10 is #CED5EF. Grayscale: #292929. Windows color (decimal): -13555184 or 1059377. OLE color: 1059377.

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

Color convert

RGB494216-
CMYK00.140.670.81
HSL47.27º50.77%12.75%-
HSV(B)47.27º67.35%19.22%-
XYZ2.192.350.83-
YUV41.13113.82133.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=45.79%
G=39.25%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49421600.140.670.8147.2750.7712.75
Hex312A100E43512f33d
Octal615220016103121576315
Binary1100011010101000001110100001110100011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,16); }

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

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

 a { background-color: rgb(49,42,16); }

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

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

 span { border-color: rgb(49,42,16); }

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