#312D17

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

Shades of Maire #312D17

Tints of Maire #312D17

Color information

#312D17 (or 0x312D17) is unknown color: approx Maire. HEX triplet: 31, 2D and 17. RGB value is (49,45,23). Sum of RGB (Red+Green+Blue) = 49+45+23=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D17 is #CED2E8. Grayscale: #2B2B2B. Windows color (decimal): -13554409 or 1518897. OLE color: 1518897.

HSL color Cylindrical-coordinate representation of color #312D17: hue angle of 50.77º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #312D17 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB494523-
CMYK00.080.530.81
HSL50.77º36.11%14.12%-
HSV(B)50.77º53.06%19.22%-
XYZ2.362.591.19-
YUV43.69116.33131.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 23 (9.38% from 255) = 19.66%
R=41.88%
G=38.46%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49452300.080.530.8150.7736.1114.12
Hex312D170835513324e
Octal61552701065121634416
Binary110001101101101110100011010110100011100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,23); }

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

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

 a { background-color: rgb(49,45,23); }

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

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

 span { border-color: rgb(49,45,23); }

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