#312909

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

Shades of Maire #312909

Tints of Maire #312909

Color information

#312909 (or 0x312909) is unknown color: approx Maire. HEX triplet: 31, 29 and 09. RGB value is (49,41,9). Sum of RGB (Red+Green+Blue) = 49+41+9=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312909 is #CED6F6. Grayscale: #272727. Windows color (decimal): -13555447 or 600369. OLE color: 600369.

HSL color Cylindrical-coordinate representation of color #312909: hue angle of 48º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312909 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB49419-
CMYK00.160.820.81
HSL48º68.97%11.37%-
HSV(B)48º81.63%19.22%-
XYZ2.112.260.58-
YUV39.74110.65134.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=49.49%
G=41.41%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4941900.160.820.814868.9711.37
Hex3129901052513045b
Octal6151110201221216010513
Binary11000110100110010100001010010101000111000010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312909; }

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

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

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

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

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

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

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

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