#312502

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

Shades of Maire #312502

Tints of Maire #312502

Color information

#312502 (or 0x312502) is unknown color: approx Maire. HEX triplet: 31, 25 and 02. RGB value is (49,37,2). Sum of RGB (Red+Green+Blue) = 49+37+2=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #312502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312502 is #CEDAFD. Grayscale: #242424. Windows color (decimal): -13556478 or 140593. OLE color: 140593.

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

Color convert

RGB49372-
CMYK00.240.960.81
HSL44.68º92.16%10%-
HSV(B)44.68º95.92%19.22%-
XYZ1.941.980.34-
YUV36.6108.48136.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=55.68%
G=42.05%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4937200.240.960.8144.6892.1610
Hex3125201860512d5ca
Octal614520301401215513412
Binary110001100101100110001100000101000110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312502; }

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

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

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

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

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

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

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

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