#312D00

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

Shades of Maire #312D00

Tints of Maire #312D00

Color information

#312D00 (or 0x312D00) is unknown color: approx Maire. HEX triplet: 31, 2D and 00. RGB value is (49,45,0). Sum of RGB (Red+Green+Blue) = 49+45+0=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 45 (17.97% from 255 or 47.87% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #312D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D00 is #CED2FF. Grayscale: #292929. Windows color (decimal): -13554432 or 11569. OLE color: 11569.

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

Color convert

RGB49450-
CMYK00.0810.81
HSL55.1º100%9.61%-
HSV(B)55.1º100%19.22%-
XYZ2.212.530.37-
YUV41.07104.83133.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 45 (17.97% from 255) = 47.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.13%
G=47.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4945000.0810.8155.11009.61
Hex312D00864513764a
Octal615500101441216714412
Binary1100011011010010001100100101000111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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