#312B06

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

Shades of Maire #312B06

Tints of Maire #312B06

Color information

#312B06 (or 0x312B06) is unknown color: approx Maire. HEX triplet: 31, 2B and 06. RGB value is (49,43,6). Sum of RGB (Red+Green+Blue) = 49+43+6=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #312B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B06 is #CED4F9. Grayscale: #282828. Windows color (decimal): -13554938 or 404273. OLE color: 404273.

HSL color Cylindrical-coordinate representation of color #312B06: hue angle of 51.63º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #312B06 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB49436-
CMYK00.120.880.81
HSL51.63º78.18%10.78%-
HSV(B)51.63º87.76%19.22%-
XYZ2.162.390.52-
YUV40.58108.49134.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=50%
G=43.88%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943600.120.880.8151.6378.1810.78
Hex312B60C5851344eb
Octal615360141301216411613
Binary110001101011110011001011000101000111010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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