#312B10

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

Shades of Maire #312B10

Tints of Maire #312B10

Color information

#312B10 (or 0x312B10) is unknown color: approx Maire. HEX triplet: 31, 2B and 10. RGB value is (49,43,16). Sum of RGB (Red+Green+Blue) = 49+43+16=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B10 is #CED4EF. Grayscale: #292929. Windows color (decimal): -13554928 or 1059633. OLE color: 1059633.

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

Color convert

RGB494316-
CMYK00.120.670.81
HSL49.09º50.77%12.75%-
HSV(B)49.09º67.35%19.22%-
XYZ2.222.420.84-
YUV41.72113.49133.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=45.37%
G=39.81%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49431600.120.670.8149.0950.7712.75
Hex312B100C43513133d
Octal615320014103121616315
Binary1100011010111000001100100001110100011100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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