#312D0F

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

Shades of Maire #312D0F

Tints of Maire #312D0F

Color information

#312D0F (or 0x312D0F) is unknown color: approx Maire. HEX triplet: 31, 2D and 0F. RGB value is (49,45,15). Sum of RGB (Red+Green+Blue) = 49+45+15=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D0F is #CED2F0. Grayscale: #2A2A2A. Windows color (decimal): -13554417 or 994609. OLE color: 994609.

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

Color convert

RGB494515-
CMYK00.080.690.81
HSL52.94º53.12%12.55%-
HSV(B)52.94º69.39%19.22%-
XYZ2.292.560.83-
YUV42.78112.33132.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=44.95%
G=41.28%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49451500.080.690.8152.9453.1212.55
Hex312DF0845513535d
Octal615517010105121656515
Binary110001101101111101000100010110100011101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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