#312E04

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

Shades of Maire #312E04

Tints of Maire #312E04

Color information

#312E04 (or 0x312E04) is unknown color: approx Maire. HEX triplet: 31, 2E and 04. RGB value is (49,46,4). Sum of RGB (Red+Green+Blue) = 49+46+4=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #312E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E04 is #CED1FB. Grayscale: #2A2A2A. Windows color (decimal): -13554172 or 273969. OLE color: 273969.

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

Color convert

RGB49464-
CMYK00.060.920.81
HSL56º84.91%10.39%-
HSV(B)56º91.84%19.22%-
XYZ2.272.620.5-
YUV42.11106.49132.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=49.49%
G=46.46%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4946400.060.920.815684.9110.39
Hex312E4065C513855a
Octal61564061341217012512
Binary11000110111010001101011100101000111100010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,4); }

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

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

 a { background-color: rgb(49,46,4); }

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

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

 span { border-color: rgb(49,46,4); }

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