#312F0E

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

Shades of Maire #312F0E

Tints of Maire #312F0E

Color information

#312F0E (or 0x312F0E) is unknown color: approx Maire. HEX triplet: 31, 2F and 0E. RGB value is (49,47,14). Sum of RGB (Red+Green+Blue) = 49+47+14=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F0E is #CED0F1. Grayscale: #2B2B2B. Windows color (decimal): -13553906 or 929585. OLE color: 929585.

HSL color Cylindrical-coordinate representation of color #312F0E: hue angle of 56.57º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312F0E is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB494714-
CMYK00.040.710.81
HSL56.57º55.56%12.35%-
HSV(B)56.57º71.43%19.22%-
XYZ2.362.720.82-
YUV43.84111.16131.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 47 (18.75% from 255) = 42.73%
BLUE value IS 14 (5.86% from 255) = 12.73%
R=44.55%
G=42.73%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49471400.040.710.8156.5755.5612.35
Hex312FE0447513938c
Octal61571604107121717014
Binary11000110111111100100100011110100011110011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,47,14); }

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

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

 a { background-color: rgb(49,47,14); }

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

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

 span { border-color: rgb(49,47,14); }

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