#312C1A

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

Shades of Maire #312C1A

Tints of Maire #312C1A

Color information

#312C1A (or 0x312C1A) is unknown color: approx Maire. HEX triplet: 31, 2C and 1A. RGB value is (49,44,26). Sum of RGB (Red+Green+Blue) = 49+44+26=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C1A is #CED3E5. Grayscale: #2B2B2B. Windows color (decimal): -13554662 or 1715249. OLE color: 1715249.

HSL color Cylindrical-coordinate representation of color #312C1A: hue angle of 46.96º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #312C1A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB494426-
CMYK00.100.470.81
HSL46.96º30.67%14.71%-
HSV(B)46.96º46.94%19.22%-
XYZ2.352.531.34-
YUV43.44118.16131.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 44 (17.58% from 255) = 36.97%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=41.18%
G=36.97%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442600.100.470.8146.9630.6714.71
Hex312C1A0A2F512f1ff
Octal61543201257121573717
Binary11000110110011010010101011111010001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,26); }

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

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

 a { background-color: rgb(49,44,26); }

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

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

 span { border-color: rgb(49,44,26); }

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