#312E21

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

Shades of Maire #312E21

Tints of Maire #312E21

Color information

#312E21 (or 0x312E21) is unknown color: approx Maire. HEX triplet: 31, 2E and 21. RGB value is (49,46,33). Sum of RGB (Red+Green+Blue) = 49+46+33=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E21 is #CED1DE. Grayscale: #2D2D2D. Windows color (decimal): -13554143 or 2174513. OLE color: 2174513.

HSL color Cylindrical-coordinate representation of color #312E21: hue angle of 48.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312E21 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB494633-
CMYK00.060.330.81
HSL48.75º19.51%16.08%-
HSV(B)48.75º32.65%19.22%-
XYZ2.522.721.83-
YUV45.42120.99130.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 46 (18.36% from 255) = 35.94%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=38.28%
G=35.94%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49463300.060.330.8148.7519.5116.08
Hex312E21062151311410
Octal6156410641121612420
Binary110001101110100001011010000110100011100011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,46,33); }

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

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

 a { background-color: rgb(49,46,33); }

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

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

 span { border-color: rgb(49,46,33); }

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