#312C1C

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

Shades of Maire #312C1C

Tints of Maire #312C1C

Color information

#312C1C (or 0x312C1C) is unknown color: approx Maire. HEX triplet: 31, 2C and 1C. RGB value is (49,44,28). Sum of RGB (Red+Green+Blue) = 49+44+28=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C1C is #CED3E3. Grayscale: #2B2B2B. Windows color (decimal): -13554660 or 1846321. OLE color: 1846321.

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

Color convert

RGB494428-
CMYK00.100.430.81
HSL45.71º27.27%15.1%-
HSV(B)45.71º42.86%19.22%-
XYZ2.382.541.46-
YUV43.67119.16131.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=40.50%
G=36.36%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442800.100.430.8145.7127.2715.1
Hex312C1C0A2B512e1bf
Octal61543401253121563317
Binary11000110110011100010101010111010001101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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