#312D02

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

Shades of Maire #312D02

Tints of Maire #312D02

Color information

#312D02 (or 0x312D02) is unknown color: approx Maire. HEX triplet: 31, 2D and 02. RGB value is (49,45,2). Sum of RGB (Red+Green+Blue) = 49+45+2=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #312D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D02 is #CED2FD. Grayscale: #292929. Windows color (decimal): -13554430 or 142641. OLE color: 142641.

HSL color Cylindrical-coordinate representation of color #312D02: hue angle of 54.89º 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 #312D02 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB49452-
CMYK00.080.960.81
HSL54.89º92.16%10%-
HSV(B)54.89º95.92%19.22%-
XYZ2.222.530.43-
YUV41.29105.83133.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=51.04%
G=46.88%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4945200.080.960.8154.8992.1610
Hex312D2086051375ca
Octal615520101401216713412
Binary11000110110110010001100000101000111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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