#312A03

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

Shades of Maire #312A03

Tints of Maire #312A03

Color information

#312A03 (or 0x312A03) is unknown color: approx Maire. HEX triplet: 31, 2A and 03. RGB value is (49,42,3). Sum of RGB (Red+Green+Blue) = 49+42+3=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #312A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A03 is #CED5FC. Grayscale: #272727. Windows color (decimal): -13555197 or 207409. OLE color: 207409.

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

Color convert

RGB49423-
CMYK00.140.940.81
HSL50.87º88.46%10.2%-
HSV(B)50.87º93.88%19.22%-
XYZ2.112.320.42-
YUV39.65107.32134.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 42 (16.80% from 255) = 44.68%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=52.13%
G=44.68%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942300.140.940.8150.8788.4610.2
Hex312A30E5E513358a
Octal615230161361216313012
Binary11000110101011011101011110101000111001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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