#312F21

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

Shades of Maire #312F21

Tints of Maire #312F21

Color information

#312F21 (or 0x312F21) is unknown color: approx Maire. HEX triplet: 31, 2F and 21. RGB value is (49,47,33). Sum of RGB (Red+Green+Blue) = 49+47+33=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F21 is #CED0DE. Grayscale: #2E2E2E. Windows color (decimal): -13553887 or 2174769. OLE color: 2174769.

HSL color Cylindrical-coordinate representation of color #312F21: hue angle of 52.5º 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 #312F21 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB494733-
CMYK00.040.330.81
HSL52.5º19.51%16.08%-
HSV(B)52.5º32.65%19.22%-
XYZ2.562.81.84-
YUV46120.66130.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=37.98%
G=36.43%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49473300.040.330.8152.519.5116.08
Hex312F21042151341410
Octal6157410441121642420
Binary110001101111100001010010000110100011101001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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