#312E02

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

Shades of Maire #312E02

Tints of Maire #312E02

Color information

#312E02 (or 0x312E02) is unknown color: approx Maire. HEX triplet: 31, 2E and 02. RGB value is (49,46,2). Sum of RGB (Red+Green+Blue) = 49+46+2=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E02 is #CED1FD. Grayscale: #2A2A2A. Windows color (decimal): -13554174 or 142897. OLE color: 142897.

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

Color convert

RGB49462-
CMYK00.060.960.81
HSL56.17º92.16%10%-
HSV(B)56.17º95.92%19.22%-
XYZ2.252.610.44-
YUV41.88105.49133.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=50.52%
G=47.42%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4946200.060.960.8156.1792.1610
Hex312E2066051385ca
Octal61562061401217013412
Binary1100011011101001101100000101000111100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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