#312C1D

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

Shades of Maire #312C1D

Tints of Maire #312C1D

Color information

#312C1D (or 0x312C1D) is unknown color: approx Maire. HEX triplet: 31, 2C and 1D. RGB value is (49,44,29). Sum of RGB (Red+Green+Blue) = 49+44+29=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C1D is #CED3E2. Grayscale: #2B2B2B. Windows color (decimal): -13554659 or 1911857. OLE color: 1911857.

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

Color convert

RGB494429-
CMYK00.100.410.81
HSL45º25.64%15.29%-
HSV(B)45º40.82%19.22%-
XYZ2.392.541.53-
YUV43.78119.66131.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=40.16%
G=36.07%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49442900.100.410.814525.6415.29
Hex312C1D0A29512d1af
Octal61543501251121553217
Binary11000110110011101010101010011010001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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